Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [xuite] Simplify and improve | Sergey M․ | 2015-01-29 | 1 | -101/+84 |
| | |||||
* | Merge branch 'IE_Xuite' of https://github.com/yan12125/youtube-dl into ↵ | Sergey M․ | 2015-01-29 | 2 | -0/+160 |
|\ | | | | | | | yan12125-IE_Xuite | ||||
| * | [xuite] Update tests | Yen Chi Hsuan | 2015-01-28 | 1 | -1/+13 |
| | | |||||
| * | [xuite] Add height information for the two formats | Yen Chi Hsuan | 2015-01-28 | 1 | -11/+11 |
| | | |||||
| * | [xuite] Add new extractor | Yen Chi Hsuan | 2015-01-27 | 2 | -0/+148 |
| | | |||||
* | | [YoutubeDL] Set format_id for video+audio (Closes #3634) | Sergey M․ | 2015-01-29 | 1 | -0/+1 |
| | | |||||
* | | [ivi] Modernize | Sergey M․ | 2015-01-28 | 1 | -11/+16 |
| | | |||||
* | | [viddler] Extract comment count | Sergey M․ | 2015-01-28 | 1 | -3/+10 |
| | | |||||
* | | [generic] Improve some regexes | Sergey M․ | 2015-01-28 | 1 | -5/+5 |
| | | |||||
* | | Credit @HyShai for viddler fixes (#4794) | Sergey M․ | 2015-01-28 | 1 | -0/+1 |
| | | |||||
* | | [viddler] Modernize | Sergey M․ | 2015-01-28 | 1 | -24/+22 |
| | | |||||
* | | Merge pull request #4794 from HyShai/viddler | Sergey M. | 2015-01-28 | 2 | -4/+52 |
|\ \ | | | | | | | [viddler] fixed viddler support; also added a viddler generic extractor | ||||
| * | | fixed viddler support - needed a Referer header; also added a viddler | Shaya G | 2015-01-28 | 2 | -4/+52 |
|/ / | | | | | | | generic extractor | ||||
* / | [YoutubeDL] Temporary fix for subprocess encoding issues on python2 @ ↵ | Sergey M․ | 2015-01-27 | 1 | -0/+5 |
|/ | | | | | | Windows (Closes #4787) For now filenames will be encoded with preferrefencoding before written to disk | ||||
* | [lnkgo] Adapt to website changes | Naglis Jonaitis | 2015-01-27 | 1 | -36/+25 |
| | |||||
* | [YoutubeDL] Allow format filtering by fps | Philipp Hagemeister | 2015-01-26 | 2 | -2/+2 |
| | |||||
* | [YoutubeDL] Always set the '_filename' field in the info_dict (reported in ↵ | Jaime Marquínez Ferrándiz | 2015-01-26 | 1 | -4/+1 |
| | | | | | | #4053) It's also useful when you use the '--write-info-json' option. | ||||
* | release 2015.01.25 | Philipp Hagemeister | 2015-01-25 | 2 | -3/+22 |
| | |||||
* | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | 2015-01-25 | 5 | -20/+35 |
|\ | |||||
| * | Credit @David-Development for rtl2 (#4780) | Sergey M․ | 2015-01-26 | 1 | -0/+1 |
| | | |||||
| * | [spiegel] Use generalized formats pre-testing | Sergey M․ | 2015-01-26 | 1 | -18/+2 |
| | | |||||
| * | [lynda] Pre-test video URLs for HTTP errors (Closes #2185, closes #4782) | Sergey M․ | 2015-01-26 | 1 | -0/+1 |
| | | |||||
| * | [common] Generalize URLs' HTTP errors pre-testing | Sergey M․ | 2015-01-26 | 1 | -0/+23 |
| | | |||||
| * | [drtv] Prefer the version without spoken subtitles (fixes #4779) | Jaime Marquínez Ferrándiz | 2015-01-25 | 1 | -2/+8 |
| | | | | | | | | For example for http://www.dr.dk/tv/se/moderne-klassikere/moderne-klassikere-one-republic-apologize#!/, there's a version where everytime someone speaks in English a computer voice translates it. | ||||
* | | [generic] Improve description testcase in rss test | Philipp Hagemeister | 2015-01-25 | 1 | -1/+1 |
|/ | |||||
* | [rtl2] PEP8, simplify, make rtmp tests run (#470) | Philipp Hagemeister | 2015-01-25 | 3 | -79/+57 |
| | |||||
* | flake8: Ignore .git | Philipp Hagemeister | 2015-01-25 | 1 | -1/+1 |
| | |||||
* | Merge remote-tracking branch 'David-Development/rtl2.py' | Philipp Hagemeister | 2015-01-25 | 3 | -2/+107 |
|\ | |||||
| * | refactoring - bug fixes | David Development | 2015-01-25 | 1 | -33/+33 |
| | | |||||
| * | Merge branch 'rtl2.py' of https://github.com/David-Development/youtube-dl ↵ | David Development | 2015-01-25 | 0 | -0/+0 |
| |\ | | | | | | | | | | | | | | | | | | | into rtl2.py Conflicts: youtube_dl/extractor/rtl2.py | ||||
| | * | [rtl2] Add new extractor | David-Development | 2015-01-24 | 2 | -0/+99 |
| | | | |||||
| * | | [rtl2] Add new extractor | David-Development | 2015-01-25 | 3 | -2/+107 |
| |/ | |||||
* | | [YoutubeDL] clarify hook documentation | Philipp Hagemeister | 2015-01-25 | 1 | -4/+6 |
| | | |||||
* | | Merge branch 'travis-rtmp' | Philipp Hagemeister | 2015-01-25 | 2 | -3/+4 |
|\ \ | |||||
| * | | Test rtmpdump on travis (Fixes #1601) | Philipp Hagemeister | 2015-01-25 | 2 | -3/+4 |
| | | | |||||
* | | | [ubu] Fix test and modernize | Philipp Hagemeister | 2015-01-25 | 1 | -13/+14 |
| | | | |||||
* | | | [__init__] Work around flake8 false positive | Philipp Hagemeister | 2015-01-25 | 1 | -0/+1 |
| | | | |||||
* | | | [smotri] Fix test case | Philipp Hagemeister | 2015-01-25 | 1 | -0/+1 |
| | | | |||||
* | | | [audiomack:album] Update testcase | Philipp Hagemeister | 2015-01-25 | 2 | -5/+10 |
|/ / | |||||
* | | Add --xattr-set-filesize option (Fixes #1348) | Philipp Hagemeister | 2015-01-25 | 5 | -16/+37 |
| | | |||||
* | | [options] Add support for infinite retries (Fixes #507) | Philipp Hagemeister | 2015-01-25 | 2 | -6/+9 |
| | | |||||
* | | [YoutubeDL] Add --playlist-items option (Fixes #2662) | Philipp Hagemeister | 2015-01-25 | 4 | -5/+39 |
| | | |||||
* | | Merge remote-tracking branch 'h-collector/master' | Philipp Hagemeister | 2015-01-25 | 1 | -3/+55 |
|\ \ | | | | | | | | | | | | | Conflicts: youtube_dl/extractor/fc2.py | ||||
| * | | Don't use report_warning for reporting warnings | h-collector | 2014-10-20 | 1 | -3/+3 |
| | | | | | | | | | In tests warning is converted to error | ||||
| * | | Update fc2.py | h-collector | 2014-10-20 | 1 | -3/+3 |
| | | | |||||
| * | | Fix issues with fc2 | h-collector | 2014-10-20 | 1 | -3/+46 |
| | | | | | | | | | Fix issues #2912 and #3171 | ||||
* | | | [YoutubeDL] Implement --write-all-thumbnails (Closes #2269) | Philipp Hagemeister | 2015-01-25 | 3 | -19/+43 |
| | | | |||||
* | | | Add --list-thumbnails | Philipp Hagemeister | 2015-01-25 | 7 | -10/+80 |
| | | | |||||
* | | | [krasview] Fix extraction | Sergey M․ | 2015-01-25 | 1 | -13/+9 |
| | | | |||||
* | | | [YoutubeDL._calc_cookies] Restore the 'is_unverifiable' | Jaime Marquínez Ferrándiz | 2015-01-24 | 1 | -0/+3 |
| | | | | | | | | | | | | I should have check everything was copied before commiting 4b405cfc6e4f9184567b94ee2f8a4a9851a912b5. |