Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | * | | Don't forget trailing '%' | fnord | 2015-07-17 | 1 | -0/+3 | |
| | | | | ||||||
| | * | | fix TestCompat test_all_present | fnord | 2015-07-17 | 1 | -0/+2 | |
| | | | | ||||||
| | * | | remove kebab | fnord | 2015-07-17 | 1 | -40/+1 | |
| | | | | ||||||
| | * | | 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 #6259 from remitamine/howstuffworks | Sergey M. | 2015-07-17 | 1 | -1/+5 | |
|\ \ \ \ | | | | | | | | | | | [howstuffwoks] fix _VALID_URL regex | |||||
| * | | | | match only the test url | remitamine | 2015-07-17 | 1 | -8/+1 | |
| | | | | | ||||||
| * | | | | do not capture a group | remitamine | 2015-07-17 | 1 | -1/+1 | |
| | | | | | ||||||
| * | | | | Add test for urls without a number | remitamine | 2015-07-17 | 1 | -0/+11 | |
| | | | | | ||||||
| * | | | | [howstuffwoks] fix _VALID_URL regex | remitamine | 2015-07-17 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | [extractor/common] Add 'transform_source' parameter to _extract_f4m_formats() | Yen Chi Hsuan | 2015-07-17 | 1 | -2/+3 | |
| |/ / / |/| | | | ||||||
* | | | | [npo] Compound title | Sergey M․ | 2015-07-17 | 1 | -5/+10 | |
| | | | | ||||||
* | | | | [npo] Remove unused imports | Sergey M․ | 2015-07-17 | 1 | -5/+0 | |
| | | | | ||||||
* | | | | [vpro] Improve playlist extraction | Sergey M․ | 2015-07-17 | 1 | -1/+10 | |
| | | | | ||||||
* | | | | [npo] Allow missing description | Sergey M․ | 2015-07-17 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [npo] Prefer aflevering_titel over titel | Sergey M․ | 2015-07-17 | 1 | -2/+4 | |
| | | | | ||||||
* | | | | [vpro] Fix extraction and add support for vpro playlists | Sergey M․ | 2015-07-17 | 2 | -11/+26 | |
| | | | | ||||||
* | | | | [wnl] Add extractor for omroepwnl playlists | Sergey M․ | 2015-07-17 | 2 | -6/+40 | |
| | | | | ||||||
* | | | | [npo] Update test | Sergey M․ | 2015-07-16 | 1 | -1/+1 | |
| | | | | ||||||
* | | | | [npo] Add support for omroepwnl fragments | Sergey M․ | 2015-07-16 | 1 | -1/+33 | |
| | | | | ||||||
* | | | | [npo] Extend _VALID_URL to support ntr.nl (Closes #6248) | Sergey M․ | 2015-07-16 | 1 | -2/+15 | |
| |/ / |/| | | ||||||
* | | | 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 |