2 * Copyright (C) 2010 Toni Gundogdu.
4 * This program is free software: you can redistribute it and/or modify
5 * it under the terms of the GNU General Public License as published by
6 * the Free Software Foundation, either version 3 of the License, or
7 * (at your option) any later version.
9 * This program 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
12 * GNU General Public License for more details.
14 * You should have received a copy of the GNU General Public License
15 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 #include <quvi/quvi.h>
31 Options (const Options
&);
32 Options
& operator=(const Options
&);
35 void _swap (const Options
&);
37 std::string user_agent
;
38 std::string http_proxy
;
49 Link
& operator=(const Link
&);
52 void _swap (const Link
&);
54 std::string content_type
;
55 std::string file_suffix
;
65 Video
& operator=(const Video
&);
68 void _swap (const Video
&);
82 Query
& operator=(const Query
&);
85 Video
parse (const std::string
&, const Options
&);
86 int next_website (std::string
&, std::string
&);
94 std::string last_error
;