Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-07-20 | Use a dictionary for storing the subtitles | Jaime Marquínez Ferrándiz | |
The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict. | |||
2013-07-19 | YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslin | Jaime Marquínez Ferrándiz | |
2013-07-18 | Remove the test to signature of lengths 43,43 | Jaime Marquínez Ferrándiz | |
It's already covered by the test for length 87 | |||
2013-07-18 | YoutubeIE: add algo for length 90 (closes #1064) | Jaime Marquínez Ferrándiz | |
Order the cases from higher to lower length. | |||
2013-07-17 | Mark test_youtube_sig as non-executable (#1066) | Philipp Hagemeister | |
2013-07-17 | [youtube] Add sig test for 92 (Thanks to @patrickslin) | Philipp Hagemeister | |
2013-07-11 | YoutubeIE: add algo for length 81 (closes #1026) | Jaime Marquínez Ferrándiz | |
2013-07-11 | YoutubeIE: a new algo for length 83 | Jaime Marquínez Ferrándiz | |
2013-07-11 | Add helper function find_path_attr | Philipp Hagemeister | |
2013-07-10 | YoutubeIE: new algo for length 83 (closes #1017 and closes #1016) | Jaime Marquínez Ferrándiz | |
2013-07-07 | [youtube:subscriptions] Use colon for differentiation of shortcuts | Philipp Hagemeister | |
2013-07-01 | [youtube]: add YoutubeShowIE (closes #14) | Jaime Marquínez Ferrándiz | |
It just extracts the playlists urls for each season | |||
2013-06-28 | Print which IE is being skipped in test_download | Jaime Marquínez Ferrándiz | |
2013-06-27 | Add function add_default_info_extractors to YoutubeDL | Jaime Marquínez Ferrándiz | |
It adds to the list the ies returned by ge_extractors | |||
2013-06-27 | Make sure that IEs only accept their own URLs | Philipp Hagemeister | |
2013-06-27 | Move testcase generator to helper | Philipp Hagemeister | |
2013-06-27 | Move tests to the IE definitions | Philipp Hagemeister | |
2013-06-27 | [googleplus] move tests | Philipp Hagemeister | |
2013-06-27 | [infoq] move tests | Philipp Hagemeister | |
2013-06-27 | [youku] move tests | Philipp Hagemeister | |
2013-06-27 | [eighttracks] move test | Philipp Hagemeister | |
2013-06-27 | [steam] move test | Philipp Hagemeister | |
2013-06-27 | [metacafe] move tests | Philipp Hagemeister | |
2013-06-27 | [soundcloud] Move tests | Philipp Hagemeister | |
2013-06-27 | Use str every time | Philipp Hagemeister | |
2013-06-27 | Allow _TESTS attribute for IEs with multiple tests | Philipp Hagemeister | |
This also improves the numbering of duplicate tests | |||
2013-06-27 | Allow moving tests into IE files | Philipp Hagemeister | |
Allow adding download tests right in the IE file. This will cut down on merge conflicts and make it more likely that new IE authors will add tests right away. | |||
2013-06-27 | Add tests and improve for HotNewHipHop | Philipp Hagemeister | |
2013-06-27 | a new day, a new s algo - fix #946 | Filippo Valsorda | |
2013-06-27 | Add a clean-room implementation for youtube signatures | Philipp Hagemeister | |
2013-06-27 | Add test for youtube signature algorithm | Philipp Hagemeister | |
2013-06-27 | Simplify FakeYDL | Philipp Hagemeister | |
2013-06-26 | [wimp] minor readability improvements (#940) | Philipp Hagemeister | |
2013-06-26 | Add CSpanIE (closes #312) | Jaime Marquínez Ferrándiz | |
2013-06-26 | removed trailing ',' and corrected the title in test | M.Yasoob Khalid | |
2013-06-26 | added test for wimp.com | M.Yasoob Khalid | |
2013-06-26 | Added support for additional vtt subtitle format (WebVTT) in youtube-dl. | Ismael Mejia | |
2013-06-25 | Add the option "--write-auto-sub" to download automatic subtitles from Youtube | Jaime Marquínez Ferrándiz | |
Now automatic subtitles are only downloaded if the option is given. (closes #903) | |||
2013-06-25 | added test for tudou.com | M.Yasoob Khalid | |
2013-06-25 | add tests for use_cipher_signature videos (#897) and the ability to test ↵ | Filippo Valsorda | |
multiple videos per IE | |||
2013-06-24 | Add VevoIE | Jaime Marquínez Ferrándiz | |
2013-06-24 | Use the new class in the tests | Jaime Marquínez Ferrándiz | |
2013-06-24 | Split FileDownloader in two classes: FileDownloader and YoutubeDL | Jaime Marquínez Ferrándiz | |
YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video. | |||
2013-06-23 | [break] adapt to new paths | Philipp Hagemeister | |
2013-06-23 | Correct module name | Philipp Hagemeister | |
2013-06-23 | Remove mentions of old InfoExtractors module | Philipp Hagemeister | |
2013-06-23 | Fix Statigram test | Philipp Hagemeister | |
2013-06-23 | Improve error reporting for downloads | Philipp Hagemeister | |
2013-06-23 | added an IE and test for break.com | M.Yasoob Khalid | |
2013-06-23 | Improvge error reporting | Philipp Hagemeister | |