aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Improvge error reportingPhilipp Hagemeister2013-06-231-1/+1
|
* Improve Statigr.am IEPhilipp Hagemeister2013-06-231-1/+1
|
* added test for StatigrM.Yasoob Khalid2013-06-231-0/+10
|
* TEDIE: download the best quality video and use the new _search_regex functionsJaime Marquínez Ferrándiz2013-06-201-2/+2
| | | | Also extracts the description.
* Update the TumblrIE: the video is no longer availableJaime Marquínez Ferrándiz2013-06-201-4/+4
|
* Merge pull request #887 from anisse/masterJaime Marquínez Ferrándiz2013-06-191-0/+6
|\ | | | | | | | | | | Fetch all entries that are in a youtube playlist Also add a test.
* \ Merge branch 'search_regex' - PR #872 - closes #847Filippo Valsorda2013-06-172-40/+170
|\ \
| * | switch long info_dict fields checking to md5Filippo Valsorda2013-06-092-7/+6
| | |
| * | test: extend the reach of info_dict checkingFilippo Valsorda2013-06-092-39/+167
| | | | | | | | | | | | | | | | | | | | | * 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
| * | _html_search_regex with clean_html superpowersFilippo Valsorda2013-06-091-1/+1
| | |
| * | raise exceptions on warnings during tests - and solve a couple of themFilippo Valsorda2013-06-071-8/+2
| | |
| * | print WARNINGs during test + minor fix to NBAIEFilippo Valsorda2013-06-061-0/+9
| | |
* | | Fix HypemIE test: the song name has been changedJaime Marquínez Ferrándiz2013-06-161-1/+1
| | |
* | | Add GametrailersIEJaime Marquínez Ferrándiz2013-06-161-0/+10
| | |
* | | Update test_issue_673 in Youtube ListsJaime Marquínez Ferrándiz2013-06-151-2/+1
| |/ |/| | | | | | | Some videos have been removed. Delete the title check, it's not the purpose of that test.
* | Update YahooIE testJaime Marquínez Ferrándiz2013-06-101-4/+4
| | | | | | | | The old test video is no longer available.
* | Added Vbox7 InfoextractorM.Yasoob Khalid2013-06-081-0/+9
|/
* added HypemIEM.Yasoob Khalid2013-06-061-0/+9
| | | | rebased, closes PR #871
* Merge pull request #866 from yasoob/masterFilippo Valsorda2013-06-041-0/+9
|\ | | | | Added support for XHamster - closes #841
| * Added test for XHamster.comM.Yasoob Ullah Khalid2013-06-041-0/+9
| |
* | Fix the test_all_urls (Import issue)Clément DAVID2013-06-041-1/+1
| |
* | Merge within test_all_urlsClément DAVID2013-06-042-30/+16
| |
* | Add tests for justin.tv and twitch.tvClément DAVID2013-06-031-0/+30
|/
* YoutubeIE: fallback to automatic captions when subtitles aren't found ↵Jaime Marquínez Ferrándiz2013-05-311-1/+11
| | | | | | (closes #843) Also modify test_youtube_subtitles to support running the tests in any order.
* Add TeamcocoIE (closes #212)Jaime Marquínez Ferrándiz2013-05-211-0/+10
|
* add support for Flickr videos - closes #261Anna Bernardi2013-05-201-0/+11
|
* VineIE: extract more information and minor style changesJaime Marquínez Ferrándiz2013-05-201-1/+2
|
* Add support for Vine - closes #845Anna Bernardi2013-05-201-0/+9
|
* Add support for Howcast.com - closes #835Filippo Valsorda2013-05-181-0/+10
|
* UstreamIE: get thumbnail and uploader nameJaime Marquínez Ferrándiz2013-05-181-1/+2
|
* YahooIE: remove old code and accept screen.yahoo.com videos (#300)Jaime Marquínez Ferrándiz2013-05-121-0/+10
| | | | Videos require rtmpdump
* Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-05-101-1/+2
|\
| * Import FileDownloader in test_youtube_subtitlesJaime Marquínez Ferrándiz2013-05-101-0/+1
| | | | | | | | Fix last commit
| * test_youtube_subtitles: FakeDownloader inherits form FileDownloaderJaime Marquínez Ferrándiz2013-05-101-1/+1
| |
* | Skip bandcamp tests for now - free limit has been exceededPhilipp Hagemeister2013-05-101-1/+2
|/
* Add support to www.ina.frjulien2013-05-051-0/+9
|
* PhotobucketIE: accept new format of urls and add a testJaime Marquínez Ferrándiz2013-05-051-0/+9
|
* Experimentally whitelist Escapist testPhilipp Hagemeister2013-05-041-2/+1
|
* Simplify RedTubePhilipp Hagemeister2013-05-031-1/+1
|
* Redtube test now worksM.Yasoob Ullah Khalid2013-05-031-3/+6
| | | I just did a little makeover by changing redtube tests. Now they are passed.
* added test for redtube.com M.Yasoob Ullah Khalid2013-05-031-1/+6
| | | I just added the test for redtube.com
* InfoExtractors: use _download_webpage in more IEsJaime Marquínez Ferrándiz2013-05-021-1/+1
| | | | IEs without tests are intact.
* TumblrIE: fix title matchingJaime Marquínez Ferrándiz2013-05-021-1/+1
|
* Add BandcampIE (closes #568)Jaime Marquínez Ferrándiz2013-05-011-0/+9
|
* Add test for SoundcloudSetJaime Marquínez Ferrándiz2013-04-301-0/+48
|
* Fix FakeDownloadersPhilipp Hagemeister2013-04-302-2/+2
|
* Remove a commented line I forgot.Jaime Marquínez Ferrándiz2013-04-301-1/+1
| | | | [ci skip]
* Adapt tests to changes in youtube's "Most Popular" channelPhilipp Hagemeister2013-04-281-1/+1
|
* Allow to use relative dates in the format ↵Jaime Marquínez Ferrándiz2013-04-281-1/+1
| | | | | | (now|today)[+-][0-9](day|week|month|year)(s)? (Closes #137) Also fix DateRange not accepting ranges of one day.
* Fix some IEs that didn't return the uploade_date in the YYYYMMDD formatJaime Marquínez Ferrándiz2013-04-271-0/+7
| | | | Create a function unified_strdate in utils.py to fix these problems