2 * Copyright (C) 2010,2011 Toni Gundogdu <legatvs@gmail.com>
4 * This library is free software; you can redistribute it and/or
5 * modify it under the terms of the GNU Lesser General Public
6 * License as published by the Free Software Foundation; either
7 * version 2.1 of the License, or (at your option) any later version.
9 * This library is distributed in the hope that it will be useful,
10 * but WITHOUT ANY WARRANTY; without even the implied warranty of
11 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
12 * Lesser General Public License for more details.
14 * You should have received a copy of the GNU Lesser General Public
15 * License along with this library; if not, write to the Free Software
16 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
23 #include <quvi/quvi.h>
34 Options (const Options
&);
35 Options
& operator=(const Options
&);
38 void _swap (const Options
&);
40 std::string user_agent
;
41 std::string http_proxy
;
55 Link
& operator=(const Link
&);
58 void _swap (const Link
&);
60 std::string content_type
;
61 std::string file_suffix
;
72 Video
& operator=(const Video
&);
75 void _swap (const Video
&);
83 std::string start_time
;
91 Query
& operator=(const Query
&);
94 Video
parse (const std::string
&, const Options
&);
95 int next_website (std::string
&, std::string
&);
96 int supported (const std::string
&);
104 std::string last_error
;
111 // vim: set ts=2 sw=2 tw=72 expandtab: