Commit Graph

243 Commits (3f4021770488cd5f11d5d640769407475895efaf)

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 3e0b3a1428 Remove the test to signature of lengths 43,43
It's already covered by the test for length 87
Jaime Marquínez Ferrándiz 444b116597 YoutubeIE: add algo for length 90 (closes )
Order the cases from higher to lower length.
Philipp Hagemeister 51fb64bab1 Mark test_youtube_sig as non-executable ()
Philipp Hagemeister 2a5201638d [youtube] Add sig test for 92 (Thanks to @patrickslin)
Jaime Marquínez Ferrándiz 606d7e67fd YoutubeIE: add algo for length 81 (closes )
Jaime Marquínez Ferrándiz 85347e1cb6 YoutubeIE: a new algo for length 83
Philipp Hagemeister 59ae56fad5 Add helper function find_path_attr
Jaime Marquínez Ferrándiz c93898dae9 YoutubeIE: new algo for length 83 (closes and closes )
Philipp Hagemeister 897f36d179 [youtube:subscriptions] Use colon for differentiation of shortcuts
Jaime Marquínez Ferrándiz 75dff0eef7 [youtube]: add YoutubeShowIE (closes )
It just extracts the playlists urls for each season
Jaime Marquínez Ferrándiz bc2884afc1 Print which IE is being skipped in test_download
Jaime Marquínez Ferrándiz 023fa8c440 Add function add_default_info_extractors to YoutubeDL
It adds to the list the ies returned by ge_extractors
Philipp Hagemeister a924876fed Make sure that IEs only accept their own URLs
Philipp Hagemeister fc2c063e1e Move testcase generator to helper
Philipp Hagemeister 6f5ac90cf3 Move tests to the IE definitions
Philipp Hagemeister 0c56a3f773 [googleplus] move tests
Philipp Hagemeister 9d069c4778 [infoq] move tests
Philipp Hagemeister 67f51b3d8c [youku] move tests
Philipp Hagemeister 5c5de1c79a [eighttracks] move test
Philipp Hagemeister 0821771466 [steam] move test
Philipp Hagemeister 83f6f68e79 [metacafe] move tests
Philipp Hagemeister 0c6c096c20 [soundcloud] Move tests
Philipp Hagemeister 41beccbab0 Use str every time
Philipp Hagemeister 2eb88d953f Allow _TESTS attribute for IEs with multiple tests
This also improves the numbering of duplicate tests
Philipp Hagemeister 6b47c7f24e Allow moving tests into IE files
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.
Philipp Hagemeister ed4a915e08 Add tests and improve for HotNewHipHop
Filippo Valsorda 23300d7149 a new day, a new s algo - fix
Philipp Hagemeister 6b37f0be55 Add a clean-room implementation for youtube signatures
Philipp Hagemeister 5746f9da99 Add test for youtube signature algorithm
Philipp Hagemeister 112da0a0ce Simplify FakeYDL
Philipp Hagemeister ed92bc9f6e [wimp] minor readability improvements ()
Jaime Marquínez Ferrándiz aa0c87391c Add CSpanIE (closes )
M.Yasoob Khalid 8bcc355972 removed trailing ',' and corrected the title in test
M.Yasoob Khalid 6b4642fae3 added test for wimp.com
Ismael Mejia 65cceef8f4 Added support for additional vtt subtitle format (WebVTT) in youtube-dl.
Jaime Marquínez Ferrándiz b004821fa9 Add the option "--write-auto-sub" to download automatic subtitles from Youtube
Now automatic subtitles are only downloaded if the option is given.
(closes )
M.Yasoob Khalid f4daa18152 added test for tudou.com
Filippo Valsorda f7ab6cbe16 add tests for use_cipher_signature videos () and the ability to test multiple videos per IE
Jaime Marquínez Ferrándiz 70d1924f8b Add VevoIE
Jaime Marquínez Ferrándiz 8bf8b5a577 Use the new class in the tests
Jaime Marquínez Ferrándiz 8222d8de88 Split FileDownloader in two classes: FileDownloader and YoutubeDL
YoutubeDL is the class that coordinates everything
FileDownloader gets a filename and an info dict and downloads the video.
Philipp Hagemeister 825e0984e2 [break] adapt to new paths
Philipp Hagemeister d1cade5ade Correct module name
Philipp Hagemeister 0824c28c8b Remove mentions of old InfoExtractors module
Philipp Hagemeister b8a360837a Fix Statigram test
Philipp Hagemeister 51ce3a75c9 Improve error reporting for downloads
M.Yasoob Khalid 9b5fffb149 added an IE and test for break.com
Philipp Hagemeister 828dba2983 Improvge error reporting
Philipp Hagemeister 6b3f5a329b Improve Statigr.am IE
M.Yasoob Khalid 4fdd4e6f6f added test for Statigr