aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
...
* | | [test] Cleaned subtitles testsIsmael Mejia2013-08-082-110/+61
| | |
* | | [subtitles] removed only-sub option (--skip-download achieves the sameIsmael Mejia2013-08-083-17/+0
| | | | | | | | | | | | functionality)
* | | [dailymotion] Added support for subtitles + new InfoExtractor forIsmael Mejia2013-08-071-0/+96
| |/ |/| | | | | | | | | | | | | | | 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.
* | Use a dictionary for storing the subtitlesJaime Marquínez Ferrándiz2013-07-201-13/+13
|/ | | | The errors while getting the subtitles are reported as warnings, if no subtitles are found return and empty dict.
* YoutubeIE: new algo for length 85 (closes #1080), thanks to @patrickslinJaime Marquínez Ferrándiz2013-07-191-1/+1
|
* Remove the test to signature of lengths 43,43Jaime Marquínez Ferrándiz2013-07-181-5/+0
| | | | It's already covered by the test for length 87
* YoutubeIE: add algo for length 90 (closes #1064)Jaime Marquínez Ferrándiz2013-07-181-5/+10
| | | | Order the cases from higher to lower length.
* Mark test_youtube_sig as non-executable (#1066)Philipp Hagemeister2013-07-171-0/+0
|
* [youtube] Add sig test for 92 (Thanks to @patrickslin)Philipp Hagemeister2013-07-171-0/+5
|
* YoutubeIE: add algo for length 81 (closes #1026)Jaime Marquínez Ferrándiz2013-07-111-0/+5
|
* YoutubeIE: a new algo for length 83Jaime Marquínez Ferrándiz2013-07-111-1/+1
|
* Add helper function find_path_attrPhilipp Hagemeister2013-07-111-0/+15
|
* YoutubeIE: new algo for length 83 (closes #1017 and closes #1016)Jaime Marquínez Ferrándiz2013-07-101-1/+1
|
* [youtube:subscriptions] Use colon for differentiation of shortcutsPhilipp Hagemeister2013-07-071-0/+11
|
* [youtube]: add YoutubeShowIE (closes #14)Jaime Marquínez Ferrándiz2013-07-011-1/+7
| | | | It just extracts the playlists urls for each season
* Print which IE is being skipped in test_downloadJaime Marquínez Ferrándiz2013-06-281-3/+5
|
* Add function add_default_info_extractors to YoutubeDLJaime Marquínez Ferrándiz2013-06-271-3/+1
| | | | It adds to the list the ies returned by ge_extractors
* Make sure that IEs only accept their own URLsPhilipp Hagemeister2013-06-271-1/+13
|
* Move testcase generator to helperPhilipp Hagemeister2013-06-273-14/+14
|
* Move tests to the IE definitionsPhilipp Hagemeister2013-06-271-479/+1
|
* [googleplus] move testsPhilipp Hagemeister2013-06-271-10/+0
|
* [infoq] move testsPhilipp Hagemeister2013-06-271-12/+0
|
* [youku] move testsPhilipp Hagemeister2013-06-271-10/+0
|
* [eighttracks] move testPhilipp Hagemeister2013-06-271-71/+0
|
* [steam] move testPhilipp Hagemeister2013-06-271-20/+0
|
* [metacafe] move testsPhilipp Hagemeister2013-06-271-13/+0
|
* [soundcloud] Move testsPhilipp Hagemeister2013-06-271-65/+0
|
* Use str every timePhilipp Hagemeister2013-06-271-1/+1
|
* Allow _TESTS attribute for IEs with multiple testsPhilipp Hagemeister2013-06-272-41/+9
| | | | This also improves the numbering of duplicate tests
* Allow moving tests into IE filesPhilipp Hagemeister2013-06-272-9/+7
| | | | | 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.
* Add tests and improve for HotNewHipHopPhilipp Hagemeister2013-06-271-0/+9
|
* a new day, a new s algo - fix #946Filippo Valsorda2013-06-271-7/+7
|
* Add a clean-room implementation for youtube signaturesPhilipp Hagemeister2013-06-271-0/+35
|
* Add test for youtube signature algorithmPhilipp Hagemeister2013-06-271-0/+22
|
* Simplify FakeYDLPhilipp Hagemeister2013-06-273-48/+35
|
* [wimp] minor readability improvements (#940)Philipp Hagemeister2013-06-261-0/+9
|\
| * removed trailing ',' and corrected the title in testM.Yasoob Khalid2013-06-261-1/+1
| |
| * added test for wimp.comM.Yasoob Khalid2013-06-261-0/+9
| |
* | Add CSpanIE (closes #312)Jaime Marquínez Ferrándiz2013-06-261-0/+10
|/
* Added support for additional vtt subtitle format (WebVTT) in youtube-dl.Ismael Mejia2013-06-261-1/+9
|
* Add the option "--write-auto-sub" to download automatic subtitles from YoutubeJaime Marquínez Ferrándiz2013-06-251-1/+1
| | | | | Now automatic subtitles are only downloaded if the option is given. (closes #903)
* added test for tudou.comM.Yasoob Khalid2013-06-251-0/+9
|
* add tests for use_cipher_signature videos (#897) and the ability to test ↵Filippo Valsorda2013-06-252-1/+29
| | | | multiple videos per IE
* Add VevoIEJaime Marquínez Ferrándiz2013-06-241-0/+11
|
* Use the new class in the testsJaime Marquínez Ferrándiz2013-06-242-22/+22
|
* Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime Marquínez Ferrándiz2013-06-242-14/+14
| | | | | YoutubeDL is the class that coordinates everything FileDownloader gets a filename and an info dict and downloads the video.
* [break] adapt to new pathsPhilipp Hagemeister2013-06-231-0/+9
|\
| * added an IE and test for break.comM.Yasoob Khalid2013-06-231-0/+9
| |
* | Correct module namePhilipp Hagemeister2013-06-231-3/+3
| |
* | Remove mentions of old InfoExtractors modulePhilipp Hagemeister2013-06-235-8/+8
| |