Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove debugprint | fnord | 2015-07-17 | 1 | -6/+0 |
| | |||||
* | replace old compat_urllib_parse_unquote with backport from python3's function | fnord | 2015-07-17 | 1 | -1/+74 |
| | | | | | | | * required unquote_to_bytes function ported as well (uses .decode('hex') instead of dynamically populated _hextobyte global) * required implicit conversion to bytes and/or unicode in places due to differing type assumptions in p3 | ||||
* | Generic: use compat_urllib_parse_unquote to prevent utf8 mangling | fnord | 2015-07-15 | 1 | -1/+1 |
| | | | | | | | | | | | | | of the entire page in python 2. -requires- fixed compat_urllib_parse_unquote example - the following will save with a mangled playlist title, instead of the kanji for 'tsunami'. This affects all utf8encoded urls as well youtube-dl -f18 -o '%(playlist_title)s-%(title)s.%(ext)s' \ https://gist.githubusercontent.com/atomicdryad/fcb97465e6060fc519e1/raw/61c14c1e3a4985471dcf56c281d24d7e781a4e0e/tsunami.html | ||||
* | compat_urllib_parse_unquote: crash fix: only decode valid hex | fnord | 2015-07-15 | 1 | -0/+2 |
| | | | | | on python 2 the following has a { "crash_rate": "100%" } of the time as it tries to parse '" ' as hex. | ||||
* | Merge pull request #6242 from dstftw/f4m-improvements | Sergey M. | 2015-07-16 | 2 | -13/+27 |
|\ | | | | | [f4m] Improvements | ||||
| * | [prosiebensat1] Clarify test purpose | Sergey M․ | 2015-07-16 | 1 | -0/+5 |
| | | |||||
| * | [extractor/common] Keep going in some media_url is missing | Sergey M․ | 2015-07-16 | 1 | -1/+3 |
| | | |||||
| * | [prosiebensat1] Use generic f4m manifest extraction | Sergey M․ | 2015-07-16 | 1 | -10/+3 |
| | | |||||
| * | [extractor/common] Recursively extract child f4m manifests | Sergey M․ | 2015-07-16 | 1 | -0/+8 |
| | | |||||
| * | [extractor/common] Properly handle full URLs | Sergey M․ | 2015-07-16 | 1 | -2/+4 |
| | | |||||
| * | [extractor/common] Handle malformed f4m manifests | Sergey M․ | 2015-07-16 | 1 | -1/+5 |
|/ | |||||
* | [prosiebensat1] Fix extraction (Closes #6215) | Sergey M․ | 2015-07-15 | 1 | -4/+15 |
| | |||||
* | [README.md] Clarify authentication with .netrc file | Sergey M. | 2015-07-15 | 1 | -0/+20 |
| | |||||
* | [dfb] Extract formats | Sergey M․ | 2015-07-15 | 1 | -2/+2 |
| | |||||
* | [dfb] Extract display_id and modernize | Sergey M․ | 2015-07-14 | 1 | -5/+10 |
| | |||||
* | [dfb] Update test | Sergey M․ | 2015-07-14 | 1 | -4/+4 |
| | |||||
* | [jeuxvideo] Relax _VALID_URL (fixes #6230) | Jaime Marquínez Ferrándiz | 2015-07-14 | 1 | -3/+6 |
| | |||||
* | [udemy] Remove superfluous field | Sergey M․ | 2015-07-14 | 1 | -1/+0 |
| | |||||
* | [udemy] Fix authentication (Closes #6224) | Sergey M․ | 2015-07-14 | 1 | -14/+20 |
| | |||||
* | [extractor/common] Add _form_hidden_inputs | Sergey M․ | 2015-07-14 | 1 | -0/+6 |
| | |||||
* | [extractor/common] Improve _form_hidden_inputs and rename to _hidden_inputs | Sergey M․ | 2015-07-14 | 11 | -14/+21 |
| | |||||
* | [postprocessor/ffmpeg] Don't use '[youtube] ...' in messages | Jaime Marquínez Ferrándiz | 2015-07-14 | 1 | -1/+1 |
| | | | | Because it can be used for other extractors. | ||||
* | [dailymotion] Extract duration (closes #6221) | cazulu | 2015-07-14 | 1 | -0/+2 |
| | |||||
* | [dramafever] Extract srt (Closes #6207) | Sergey M․ | 2015-07-14 | 1 | -15/+34 |
| | |||||
* | [myspass] Fix extraction (closes #6206) | Yen Chi Hsuan | 2015-07-14 | 1 | -1/+2 |
| | |||||
* | Credit Bernhard Minks for nowtv patch | Sergey M․ | 2015-07-13 | 1 | -0/+1 |
| | |||||
* | [nowtv] Fix extraction (Closes #6169) | Sergey M․ | 2015-07-13 | 1 | -1/+1 |
| | |||||
* | [rds] Improve _VALID_URL | Sergey M․ | 2015-07-12 | 1 | -3/+6 |
| | |||||
* | Merge branch 'fstirlitz-rdsca' | Sergey M․ | 2015-07-12 | 2 | -0/+71 |
|\ | |||||
| * | [rds] Improve | Sergey M․ | 2015-07-12 | 3 | -51/+71 |
| | | |||||
| * | Merge branch 'rdsca' of https://github.com/fstirlitz/youtube-dl into ↵ | Sergey M․ | 2015-07-12 | 2 | -0/+51 |
|/| | | | | | | | fstirlitz-rdsca | ||||
| * | [rdsca] New extractor | felix | 2015-07-11 | 2 | -0/+51 |
| | | |||||
* | | [nrk:tv] Add format id prefixes | Sergey M․ | 2015-07-12 | 1 | -2/+3 |
| | | |||||
* | | [nrk:tv] Add support for radio URLs (Closes #6200) | Sergey M․ | 2015-07-12 | 1 | -1/+6 |
| | | |||||
* | | [onionstudios] Fix extraction | Sergey M․ | 2015-07-12 | 1 | -8/+10 |
| | | |||||
* | | Credit @aurium for avi recode and postprocessort args (#5942) | Sergey M․ | 2015-07-11 | 1 | -0/+1 |
| | | |||||
* | | Merge branch 'aurium-master' | Sergey M․ | 2015-07-11 | 6 | -6/+32 |
|\ \ | |/ |/| | |||||
| * | Handle postprocessor_args similarly to external_downloader_args | Sergey M․ | 2015-07-11 | 1 | -1/+4 |
| | | |||||
| * | [postprocessor/ffmpeg] Spread postprocessor args usage on all ffmpeg extractors | Sergey M․ | 2015-07-11 | 1 | -5/+7 |
| | | |||||
| * | [postprocessor/common] Improve postprocessor args fetching and clarify doc | Sergey M․ | 2015-07-11 | 1 | -3/+11 |
| | | |||||
| * | Revert xvid to avi and make docs to be similar to existing external ↵ | Sergey M․ | 2015-07-11 | 5 | -12/+11 |
| | | | | | | | | downloader option | ||||
| * | Merge branch 'master' of https://github.com/aurium/youtube-dl into aurium-master | Sergey M․ | 2015-07-11 | 6 | -7/+21 |
|/| | |||||
| * | Simplify `postprocessor_args` transmission to PP base class | Aurélio A. Heckert | 2015-07-01 | 3 | -8/+7 |
| | | | | | | | | | | * Remove `extra_cmd_args` transmission from sub to super class. * Simplify params transmission through `downloader.params`. | ||||
| * | Rename --pp-params to --postprocessor-args and access value as super class ↵ | Aurélio A. Heckert | 2015-06-30 | 6 | -17/+14 |
| | | | | | | | | attribute | ||||
| * | Use shlex.split for --pp-params and update related docs. | Aurélio A. Heckert | 2015-06-16 | 5 | -6/+10 |
| | | |||||
| * | Adds support for XviD output with extra parametrization | Aurélio A. Heckert | 2015-06-09 | 4 | -7/+21 |
| | | | | | | | | | | | | | | | | | | | | | | | | As the "LG Time Machine" (a (not so) smart TV) has a limitation for video dimensions (as for codecs), I take to implement an extra parameter `--pp-params` where we can send extra parameterization for the video converter (post-processor). Example: ``` $ youtube-dl --recode-video=xvid --pp-params='-s 720x480' -c https://www.youtube.com/watch?v=BE7Qoe2ZiXE ``` That works fine on a 4yo LG Time Machine. Closes #5733 | ||||
* | | [vk] Handle access denied error | Sergey M․ | 2015-07-11 | 1 | -0/+3 |
| | | |||||
* | | [vk] Add list id to info_url | Sergey M․ | 2015-07-11 | 1 | -1/+21 |
| | | |||||
* | | Merge branch 'dufferzafar-webofstories' | Sergey M․ | 2015-07-11 | 2 | -1/+45 |
|\ \ | |||||
| * | | [webofstories:playlist] Improve and add test | Sergey M․ | 2015-07-11 | 1 | -8/+24 |
| | | |