Age | Commit message (Collapse) | Author | |
---|---|---|---|
2015-05-27 | [bilibili] Catch API call failures | Yen Chi Hsuan | |
JSON are returned in a failed API call | |||
2015-05-27 | [bilibili] Skip assertion if HQ videos not available | Yen Chi Hsuan | |
2015-05-27 | [spankwire] Do not modify aes key string | Sergey M․ | |
2015-05-27 | [pornhub] Do not modify aes key string (Closes #5824) | Sergey M․ | |
2015-05-26 | [dailymotion:user] Fix _VALID_URL | Sergey M․ | |
2015-05-26 | [dailymotion:user] Process user home as user (Closes #5823) | Sergey M․ | |
2015-05-26 | Remove Firedrive and Sockshare imports | Naglis Jonaitis | |
Oops | |||
2015-05-26 | [firedrive] Remove extractor (Closes #3870) | Naglis Jonaitis | |
Haywire since last October. | |||
2015-05-26 | [sockshare] Remove extractor | Naglis Jonaitis | |
Haywire since last October. | |||
2015-05-26 | [cinemassacre] Support an alternative form of screenwavemedia URL | Yen Chi Hsuan | |
fixes #5821 | |||
2015-05-26 | [facebook] Move the title extraction warning below (fixes #5820) | Yen Chi Hsuan | |
2015-05-26 | [tf1] Extend _VALID_URL (fixes #5819) | Yen Chi Hsuan | |
2015-05-25 | [odnoklassniki] Make URL explicit | Sergey M․ | |
2015-05-25 | [odnoklassniki] Support extraction from metadata URL (Closes #5813) | Sergey M․ | |
2015-05-24 | [tenplay] Fix formats and modernize (Closes #5806) | Sergey M? | |
2015-05-24 | [arte] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-05-24 | Merge pull request #5780 from jaimeMF/remove-nondash | Sergey M. | |
[youtube] Remove the nondash formats (fixes #5774) | |||
2015-05-24 | [youtube] Remove the nondash formats (fixes #5774) | Jaime Marquínez Ferrándiz | |
Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters. For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available. | |||
2015-05-24 | [arte:future] Switch to `search_regex` for now (Closes #5801) | Sergey M․ | |
2015-05-24 | [rtbf] Fix extraction (Closes #5803) | Sergey M․ | |
2015-05-24 | [karrierevideos] Improve and simplify | Sergey M․ | |
2015-05-24 | Merge branch 'karrierevideos' of https://github.com/misterhat/youtube-dl ↵ | Sergey M․ | |
into misterhat-karrierevideos | |||
2015-05-24 | [empflix] Relax _VALID_URL | Sergey M․ | |
2015-05-24 | [tnaflix] Do not capture `cat_id` | Sergey M․ | |
2015-05-24 | Merge pull request #5772 from frenchy1983/fix_tnaflix_regex | Sergey M. | |
[TNAFlix] Allow dot (and more) in cat_id and display_id | |||
2015-05-24 | [drtv] Improve extraction (Closes #5792) | Sergey M? | |
2015-05-24 | [nextmedia] Extend and reorder _VALID_URL | Yen Chi Hsuan | |
2015-05-24 | [nextmedia] Merge AppleDailyRealtimeNewsIE and AppleDailyAnimationNewsIE | Yen Chi Hsuan | |
2015-05-24 | [cnn] Relax _VALID_URL again (fixes #5737) | Yen Chi Hsuan | |
The problem is the same as test:CNN_1, so I didn't add the test case | |||
2015-05-23 | [prosiebensat1] Add support for .at domain names (Closes #5786) | Sergey M․ | |
2015-05-23 | [rutv] Extend embed URL (Closes #5782) | Sergey M․ | |
2015-05-22 | [sportbox] Remove unused import | Jaime Marquínez Ferrándiz | |
2015-05-22 | [TNAFlix] Restore test | frenchy1983 | |
See dstftw's comment in #5772 | |||
2015-05-22 | [nba] Fix duration extraction (fixes #5777) | Yen Chi Hsuan | |
2015-05-22 | [sportbox] Fix extraction | Sergey M․ | |
2015-05-22 | [shared] Fix for python 3.2 | Sergey M․ | |
2015-05-22 | [shared] Fix for python 3.2 | Sergey M․ | |
2015-05-22 | [rtve.es:alacarta] Fix for python 3.2 | Sergey M․ | |
2015-05-22 | [chilloutzone] Fix for python 3.2 | Sergey M․ | |
2015-05-21 | [videott] Fix for python 3.2 | Sergey M․ | |
2015-05-21 | [viki] Extend _VALID_URLs | Sergey M․ | |
2015-05-21 | [mitele] It now uses m3u8 (#5764) | Jaime Marquínez Ferrándiz | |
It should also be possible to use Adobe HDS, but it would require more work. | |||
2015-05-21 | [TNAFlix] Allow dot (and more) in cat_id and display_id | frenchy1983 | |
URLs with dots were raising a "UnsupportedError: Unsupported URL" error. | |||
2015-05-21 | [viki] remove unused import | Jaime Marquínez Ferrándiz | |
2015-05-21 | [viki] Fix typo | Sergey M․ | |
2015-05-21 | [viki:channel] Extend matching URLs and extract movies | Sergey M․ | |
2015-05-21 | [viki:channel] Switch to API | Sergey M․ | |
2015-05-21 | [viki] Add support for youtube externals | Sergey M․ | |
2015-05-21 | [viki] Switch extraction to API | Sergey M․ | |
2015-05-20 | Merge branch 'ping-viki-shows' | Sergey M․ | |