aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Collapse)Author
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
2013-06-24Use the new class in the testsJaime Marquínez Ferrándiz
2013-06-24Split FileDownloader in two classes: FileDownloader and YoutubeDLJaime 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 pathsPhilipp Hagemeister
2013-06-23Correct module namePhilipp Hagemeister
2013-06-23Remove mentions of old InfoExtractors modulePhilipp Hagemeister
2013-06-23Fix Statigram testPhilipp Hagemeister
2013-06-23Improve error reporting for downloadsPhilipp Hagemeister
2013-06-23added an IE and test for break.comM.Yasoob Khalid
2013-06-23Improvge error reportingPhilipp Hagemeister
2013-06-23Improve Statigr.am IEPhilipp Hagemeister
2013-06-23added test for StatigrM.Yasoob Khalid
2013-06-20TEDIE: download the best quality video and use the new _search_regex functionsJaime Marquínez Ferrándiz
Also extracts the description.
2013-06-20Update the TumblrIE: the video is no longer availableJaime Marquínez Ferrándiz
2013-06-19Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz
Fetch all entries that are in a youtube playlist Also add a test.
2013-06-17Merge branch 'search_regex' - PR #872 - closes #847Filippo Valsorda
2013-06-16Fix HypemIE test: the song name has been changedJaime Marquínez Ferrándiz
2013-06-16Add GametrailersIEJaime Marquínez Ferrándiz
2013-06-15Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz
Some videos have been removed. Delete the title check, it's not the purpose of that test.
2013-06-10Update YahooIE testJaime Marquínez Ferrándiz
The old test video is no longer available.
2013-06-09switch long info_dict fields checking to md5Filippo Valsorda
2013-06-09test: extend the reach of info_dict checkingFilippo Valsorda
* print the info_dict in a format suitable to easy adding to tests.json during tests if un-tested fields are detected * make it possible to put the crc32 in tests.json if the field is too long * complete the "info_dict" fields in existing tests * fixed the bugs catched doing this
2013-06-09_html_search_regex with clean_html superpowersFilippo Valsorda
2013-06-08Added Vbox7 InfoextractorM.Yasoob Khalid
2013-06-07raise exceptions on warnings during tests - and solve a couple of themFilippo Valsorda
2013-06-06print WARNINGs during test + minor fix to NBAIEFilippo Valsorda
2013-06-06added HypemIEM.Yasoob Khalid
rebased, closes PR #871
2013-06-04Merge pull request #866 from yasoob/masterFilippo Valsorda
Added support for XHamster - closes #841
2013-06-04Added test for XHamster.comM.Yasoob Ullah Khalid
2013-06-04Fix the test_all_urls (Import issue)Clément DAVID
2013-06-04Merge within test_all_urlsClément DAVID
2013-06-03Add tests for justin.tv and twitch.tvClément DAVID
2013-05-31YoutubeIE: fallback to automatic captions when subtitles aren't found ↵Jaime Marquínez Ferrándiz
(closes #843) Also modify test_youtube_subtitles to support running the tests in any order.
2013-05-21Add TeamcocoIE (closes #212)Jaime Marquínez Ferrándiz
2013-05-20add support for Flickr videos - closes #261Anna Bernardi
2013-05-20VineIE: extract more information and minor style changesJaime Marquínez Ferrándiz
2013-05-20Add support for Vine - closes #845Anna Bernardi
2013-05-18Add support for Howcast.com - closes #835Filippo Valsorda