aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
2013-08-07Remove youtube sig testsPhilipp Hagemeister
The signature algo changes too often for the static test to make sense.
2013-08-07[dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia
generic subtitle download. The idea is that all subtitle downloaders must descend from SubtitlesIE and implement only three basic methods to achieve the complete subtitle download functionality. This will allow to reduce the code in YoutubeIE once it is rewritten.
2013-08-02[youtube]: new algo for length 83 (fixes #1164)Jaime Marquínez Ferrándiz
2013-07-31YoutubeIE: new algo for length 86 (fixes #1156)Jaime Marquínez Ferrándiz
Now is using the same length as the flash player used for age protected videos, but the algorithm is different, so now for age protected videos it first tries to use the old algo.
2013-07-29[vimeo] add an extractor for channelsJaime Marquínez Ferrándiz
2013-07-29[dailymotion] Add an extractor for Dailymotion playlistsJaime Marquínez Ferrándiz
2013-07-25YoutubeIE: add algo for length 79 (fixes #1126)Jaime Marquínez Ferrándiz
2013-07-25YoutubeIE: new algo for length 81 (fixes #1127)Jaime Marquínez Ferrándiz
2013-07-24YoutubeIE: new algo for length 87 (fixes #1105)patrickslin
Squashed commit from the pull requests #1107, #1109 and #1110.
2013-07-20Use a dictionary for storing the subtitlesJaime 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-19YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz
2013-07-18Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz
It's already covered by the test for length 87
2013-07-18YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz
Order the cases from higher to lower length.
2013-07-17Mark 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-11YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz
2013-07-11YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz
2013-07-11Add helper function find_path_attrPhilipp Hagemeister
2013-07-10YoutubeIE: 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 shortcutsPhilipp 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-28Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz
2013-06-27Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz
It adds to the list the ies returned by ge_extractors
2013-06-27Make sure that IEs only accept their own URLsPhilipp Hagemeister
2013-06-27Move testcase generator to helperPhilipp Hagemeister
2013-06-27Move tests to the IE definitionsPhilipp Hagemeister
2013-06-27[googleplus] move testsPhilipp Hagemeister
2013-06-27[infoq] move testsPhilipp Hagemeister
2013-06-27[youku] move testsPhilipp Hagemeister
2013-06-27[eighttracks] move testPhilipp Hagemeister
2013-06-27[steam] move testPhilipp Hagemeister
2013-06-27[metacafe] move testsPhilipp Hagemeister
2013-06-27[soundcloud] Move testsPhilipp Hagemeister
2013-06-27Use str every timePhilipp Hagemeister
2013-06-27Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister
This also improves the numbering of duplicate tests
2013-06-27Allow moving tests into IE filesPhilipp 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-27Add tests and improve for HotNewHipHopPhilipp Hagemeister
2013-06-27a new day, a new s algo - fix #946Filippo Valsorda
2013-06-27Add a clean-room implementation for youtube signaturesPhilipp Hagemeister
2013-06-27Add test for youtube signature algorithmPhilipp Hagemeister
2013-06-27Simplify FakeYDLPhilipp Hagemeister
2013-06-26[wimp] minor readability improvements (#940)Philipp Hagemeister
2013-06-26Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz
2013-06-26removed trailing ',' and corrected the title in testM.Yasoob Khalid
2013-06-26added test for wimp.comM.Yasoob Khalid
2013-06-26Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia
2013-06-25Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz
Now automatic subtitles are only downloaded if the option is given. (closes #903)
2013-06-25added test for tudou.comM.Yasoob Khalid
2013-06-25add tests for use_cipher_signature videos (#897) and the ability to test ↵Filippo Valsorda
multiple videos per IE
2013-06-24Add VevoIEJaime Marquínez Ferrándiz