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
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
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
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
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
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
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
SavinaRoja
1ed905fbd1
worked on video titling options, adding mutual exclusion rules and conversion for docopt, I almost certainly broke some code in here
2013-10-05 22:18:32 -04:00
SavinaRoja
05be634f54
Commenting out code for netrc conflict with username and password, should no longer be necessary
2013-10-05 21:58:33 -04:00
SavinaRoja
44be3dc22d
worked on converting --netrc, --username, and --password to docopt; added mutual exclusion to the usage rules so docopt should reject it
2013-10-05 21:52:27 -04:00
SavinaRoja
d2cc1a15d5
converted --list-extractors and --extractor-descriptions to docopt
2013-10-05 21:20:43 -04:00
SavinaRoja
6184f65c06
commenting out the optparse --no-check-certificate
2013-10-05 21:16:36 -04:00
SavinaRoja
2f0dd2fac9
utils.make_HTTPS_handler now looks for the docopt version of --no-check-certificate
2013-10-05 21:15:13 -04:00
SavinaRoja
3dc8c8b19f
Converted --proxy to docopt
2013-10-05 21:13:24 -04:00
SavinaRoja
984a6b80f9
swapped my name from pablo to paul, since that's more... official
2013-10-05 21:02:05 -04:00
SavinaRoja
79ed9e9bac
converted --user-agent and --referer to docopts mode
2013-10-05 21:00:48 -04:00
SavinaRoja
93d739c7dd
converting opts.cookiefile to opts[--cookies]
2013-10-05 20:55:40 -04:00
SavinaRoja
90f577f4e9
dropping in local copy of the docopt module
2013-10-05 20:52:08 -04:00
SavinaRoja
7bbaacbb9f
Adding the documentation in the docstring, replaced optparse import with docopt
2013-10-05 20:50:39 -04:00
Jaime Marquínez Ferrándiz
94518f2087
Merge pull request #1409 from JohnyMoSwag/master ( closes #1404 )
...
added kickstarter IE
2013-09-13 19:52:56 +02:00
Jaime Marquínez Ferrándiz
535f59bbcf
Merge pull request #1350 from Jaiz909/description-keyerror-fix
...
Fixed issue #1277 KeyError when no description.
2013-09-13 18:20:42 +02:00
Jaime Marquínez Ferrándiz
dd01d6558a
[gamespot] Update test video title
2013-09-12 22:18:39 +02:00
Jaime Marquínez Ferrándiz
ce85f022d2
[youtube] update algo for length 82 ( fixes #1416 )
2013-09-12 22:04:09 +02:00
Jaime Marquínez Ferrándiz
ad94a6fe44
[canalplust] accept urls that don't include the video id ( fixes #1415 ), extract more info and update test
2013-09-12 21:56:36 +02:00
Jaime Marquínez Ferrándiz
c247d87ef3
[funnyordie] fix video url extraction
2013-09-12 11:31:27 +02:00
Philipp Hagemeister
07ac9e2cc2
release 2013.09.12
2013-09-12 11:26:44 +02:00
Jaime Marquínez Ferrándiz
6bc520c207
Check for both automatic captions and subtitles with options --write-sub
and --write-auto-sub
( fixes #1224 )
2013-09-12 11:15:25 +02:00
Johny Mo Swag
f1d20fa39f
added kickstarter IE
2013-09-11 14:50:38 -07:00
Jaime Marquínez Ferrándiz
e3dc22ca3a
[youtube] Fix detection of videos with automatic captions
2013-09-11 19:24:56 +02:00
Jaime Marquínez Ferrándiz
d665f8d3cb
[subtitles] Also list the available automatic captions languages with '--list-sub'
2013-09-11 19:17:30 +02:00
Jaime Marquínez Ferrándiz
055e6f3657
[youtube] Support automatic captions with original language different from English ( fixes #1225 ) and download in multiple languages.
2013-09-11 19:08:43 +02:00
Jaime Marquínez Ferrándiz
ac4f319ba1
Credit @iemejia
2013-09-11 17:58:51 +02:00
Jaime Marquínez Ferrándiz
542cca0e8c
Merge branch 'subtitles_rework' (closes PR #1326 )
2013-09-11 17:41:24 +02:00
Jaime Marquínez Ferrándiz
6a2449df3b
[howcast] Do not download from http://www.howcast.com/videos/{video_id}
...
It takes too much to follow the redirection.
2013-09-11 17:36:23 +02:00
Jaime Marquínez Ferrándiz
7fad1c6328
[subtitles] Use self._download_webpage for extracting the subtitles
...
It raises ExtractorError for the same exceptions we have to catch.
2013-09-11 16:24:47 +02:00
Jaime Marquínez Ferrándiz
d82134c339
[subtitles] Simplify the extraction of subtitles in subclasses and remove NoAutoSubtitlesInfoExtractor
...
Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption
Now the default implementation of _request_automatic_caption returns {}.
2013-09-11 16:05:49 +02:00
Jaime Marquínez Ferrándiz
54d39d8b2f
[subtitles] rename SubitlesIE to SubtitlesInfoExtractor
...
Otherwise it can be automatically detected as a IE ready for use.
2013-09-11 15:51:04 +02:00
Jaime Marquínez Ferrándiz
de7f3446e0
[youtube] move subtitles methods from the base extractor to YoutubeIE
2013-09-11 15:48:23 +02:00