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>
33 Options(const Options
&);
34 Options
& operator=(const Options
&);
37 void _swap(const Options
&);
39 std::string user_agent
;
40 std::string http_proxy
;
54 Media
& operator=(const Media
&);
57 void _swap(const Media
&);
59 std::string thumbnail_url
;
60 std::string content_type
;
61 std::string file_suffix
;
62 std::string page_title
;
63 std::string start_time
;
64 double content_length
;
77 Query
& operator=(const Query
&);
80 void next_website(std::string
&, std::string
&);
81 std::string
formats(const std::string
&);
82 int supported(const std::string
&);
83 Media
parse(const std::string
&);
84 void set_opts(const Options
&);
102 // vim: set ts=2 sw=2 tw=72 expandtab: