27259 Commits

Author SHA1 Message Date
Jaime Marquínez Ferrándiz
df4f632dbc Merge pull request #1584 from wingsuit/master
Tiny tpo
2013-10-09 07:44:06 -07:00
Jaime Marquínez Ferrándiz
a34c2faae4 [youtube] set the 'name' parameter in the subtitles url (fixes #1577) 2013-10-09 16:41:36 +02:00
Tom
1d368c7589 Tiny tpo 2013-10-09 21:56:09 +08:00
Jaime Marquínez Ferrándiz
88bd97e34c [vevo] Some improvements (fixes #1580)
Extract the info from http://videoplayer.vevo.com/VideoService/AuthenticateVideo?isrc={id}
Some videos don't have an smil manifest, extract the video urls directly from the json and use the last version of the video.
Extract all the available formats and set the 'formats' field of the result
2013-10-08 21:25:38 +02:00
Rogério Brito
c7fac575d1 Merge branch 'master' into use-other-downloaders 2013-10-08 10:32:55 -03:00
Paul Barton
b099a18e69 removing printing of opts 2013-10-07 16:01:32 -04:00
Paul Barton
6c8a43c45a fixed alignment in docstring for --get-url 2013-10-07 15:47:38 -04:00
Paul Barton
c634a6ac42 docopt parsing now works and I have tested a small subset of command line options for proper working 2013-10-07 15:38:40 -04:00
Paul Barton
827572dfa8 Removing TODO message 2013-10-07 15:37:58 -04:00
Jaime Marquínez Ferrándiz
2ae3edb1cf Fix the printing of the proxy map in debug mode
The proxies have to be extracted from the opener.handlers
2013-10-07 21:10:31 +02:00
Philipp Hagemeister
b2ad967e45 Simplify test setup 2013-10-07 19:06:36 +02:00
Philipp Hagemeister
a27b9e8bd5 Move opener setup into a separate helper function 2013-10-07 19:01:47 +02:00
Philipp Hagemeister
96bb7f8050 release 2013.10.07 2013-10-07 14:36:58 +02:00
Philipp Hagemeister
4481a754e4 release 2013.10.07 2013.10.07 2013-10-07 14:34:19 +02:00
Philipp Hagemeister
faa6ef6bc8 [jeuxvideo] Improve code quality (fixes #1567) 2013-10-07 14:33:23 +02:00
Philipp Hagemeister
15870e90b0 Restore warning when user forgets to quote URL (#1396) 2013-10-07 12:21:24 +02:00
alexoner
01639fdcfa parse tudou url like http://www.tudou.com/albumplay/TenTw_JgiPM/PzsAs5usU9A.html 2013-10-07 16:00:57 +08:00
SavinaRoja
0e5332f346 Trying to work out default values 2013-10-06 19:32:02 -04:00
SavinaRoja
24ccd1b862 Have done some testing, things seem to be working but more rigrous testing ahead 2013-10-06 16:48:59 -04:00
rzhxeo
8e4f824365 Remove test parameter from _download_with_rtmpdump 2013-10-06 22:04:32 +02:00
Jaime Marquínez Ferrándiz
387ae5f30b [vimeo] Recognize urls ending in a slash (fixes #1242) 2013-10-06 21:56:23 +02:00
rzhxeo
ad7a071ab6 Only download 1 sec. with rtmpdump in test mode 2013-10-06 20:55:24 +02:00
SavinaRoja
c58edee57d more swapping out parser.error() calls with custom OptionsError exceptions 2013-10-06 13:32:20 -04:00
SavinaRoja
9d37d0375e swapping out parser.error() calls with custom OptionsError exceptions 2013-10-06 13:31:44 -04:00
SavinaRoja
eecd5c4adb The last postproc options have been converted to docopt 2013-10-06 10:41:44 -04:00
Philipp Hagemeister
1310bf2474 [redtube] add age_limit 2013-10-06 16:39:35 +02:00
Philipp Hagemeister
b24f347190 Merge branch 'download-archive'
Conflicts:
	youtube_dl/YoutubeDL.py
	youtube_dl/__init__.py
2013-10-06 16:30:26 +02:00
Philipp Hagemeister
ee6c9f95e1 Remove superfluous parenthesis 2013-10-06 16:28:36 +02:00
SavinaRoja
48b37900b4 --extract-audio, --audio-format, --audio-quality, and --recode-video have been converted to docopt, only a few more postproc options remain to be converted 2013-10-06 10:27:30 -04:00
Philipp Hagemeister
2a69c6b879 Merge branch 'age_limit' 2013-10-06 16:23:18 +02:00
Philipp Hagemeister
cfadd183c4 Call extracted property age_limit everywhere 2013-10-06 16:23:06 +02:00
SavinaRoja
89c3485c44 filesystem options now all converted to docopt 2013-10-06 10:06:45 -04:00
SavinaRoja
dc7e144cde --no-mtime now converted to docopt with proper boolean flipping 2013-10-06 10:03:56 -04:00
Philipp Hagemeister
e484c81f0c [generic] Clarify error messages 2013-10-06 16:03:18 +02:00
SavinaRoja
e2ab108c21 converted a few filesystem options to docopt, --continue and --no-continue have been made mutually exclusive and partial continuation will be skipped only if --no-continue is used 2013-10-06 09:58:27 -04:00
SavinaRoja
b3a5c4a3cd completed conversion to docopt for the downloader options 2013-10-06 09:37:41 -04:00
Philipp Hagemeister
61cc6dede0 release 2013.10.06 2013-10-06 07:23:25 +02:00
Philipp Hagemeister
7e5e8306fd release 2013.10.06 2013.10.06 2013-10-06 07:13:14 +02:00
Philipp Hagemeister
41e8bca4d0 [viddler] Add basic support (Fixes #1520) 2013-10-06 07:12:47 +02:00
SavinaRoja
6211b1a635 Conversion done for subtitles options; secondary option names were dropped (only one option name per option now); multiple position arguments enabled for --sub-langs which may result in needed changes with URL, perhaps URL(s) should always be first 2013-10-06 01:03:15 -04:00
SavinaRoja
d297814621 converting to docopt complete for video format options 2013-10-06 00:44:55 -04:00
SavinaRoja
452bce55a5 Adding TODO note to remind me that I should look out for parameter checking that relies on None identity and not boolean 2013-10-06 00:41:25 -04:00
SavinaRoja
bee263ad72 Converting --format, --all-formats, and --prefer-free-formats to docopt, --all-formats will override --format 2013-10-06 00:40:42 -04:00
SavinaRoja
20779cfbae completed conversion to docopt for all general options 2013-10-06 00:28:12 -04:00
SavinaRoja
096f816c6c completed conversion of selection options to docopt 2013-10-06 00:21:56 -04:00
Philipp Hagemeister
8dbe9899a9 Allow users to specify an age limit (fixes #1545)
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS .
Add rudimentary support in youtube, pornotube, and youporn.
2013-10-06 06:08:56 +02:00
SavinaRoja
cb1d0c4dc2 Converted --rate-limit and --min-filesize to docopt 2013-10-06 00:06:57 -04:00
SavinaRoja
273bf9bce6 Completed conversion of authentication options to docopt, commented out 2013-10-05 23:59:34 -04:00
SavinaRoja
f2f43bee10 Converted all verbosity group options to docopt 2013-10-05 23:55:48 -04:00
Philipp Hagemeister
f4aac741d5 Move try_rm to test helpers 2013-10-06 05:47:17 +02:00