aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Collapse)AuthorAgeFilesLines
* Now a new FileDownloader is created when downloading a videoJaime Marquínez Ferrándiz2013-12-111-1/+1
| | | | The progress hooks can be added using the method "add_downloader_progress_hook"
* Set 'NA' as the default value for missing fields in the output template ↵Jaime Marquínez Ferrándiz2013-12-091-0/+15
| | | | | | (fixes #1931) Remove the `except KeyError` clause, it won't get raised anymore
* [soundcloud] Do not match sets (Fixes #1930)Philipp Hagemeister2013-12-091-0/+3
|
* Lower number of expected entries in top listPhilipp Hagemeister2013-12-091-1/+1
|
* Merge remote-tracking branch 'jaimeMF/yt-toplists'Philipp Hagemeister2013-12-091-0/+8
|\
| * [youtube] Add support for downloading top lists (fixes #1868)Jaime Marquínez Ferrándiz2013-11-301-0/+8
| | | | | | | | It needs to know the channel and the title of the list, because the ids change every time you browse the channels and are attached to a 'VISITOR_INFO1_LIVE' cookie.
* | [vimeo] Add an extractor for groupsJaime Marquínez Ferrándiz2013-12-061-0/+9
| |
* | [vimeo] Add an extractor for albums (closes #1911)Jaime Marquínez Ferrándiz2013-12-061-0/+9
| |
* | [dailymotion] Extract view count (#1895)Jaime Marquínez Ferrándiz2013-12-061-0/+5
| |
* | Update description value for the write_info_json test (required after ↵Jaime Marquínez Ferrándiz2013-12-041-0/+1
| | | | | | | | 27dcce19045670fc348ff1119c0d2283aaed3ae2)
* | Merge branch 'smotri.com' of https://github.com/dstftw/youtube-dlPhilipp Hagemeister2013-12-021-1/+21
|\ \
| * | Added extractors for smotri.comdst2013-12-021-1/+21
| | |
* | | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-12-022-0/+13
|\ \ \ | |/ /
| * | [vimeo] Add an extractor for users (closes #1871)Jaime Marquínez Ferrándiz2013-12-012-0/+13
| |/
* | Make socket timeout configurable, and bump default to 10 minutes (#1862)Philipp Hagemeister2013-12-011-1/+2
|/
* [youtube/subtitles] Change MD5 of vtt subtitle in testPhilipp Hagemeister2013-11-281-1/+1
|
* [youtube:playlist] Add support for YouTube mixes (fixes #1839)Jaime Marquínez Ferrándiz2013-11-261-0/+9
|
* [tests] Remove global_setup functionPhilipp Hagemeister2013-11-259-21/+6
|
* Update the keywords tests for the rename of the old ComedyCentralIEJaime Marquínez Ferrándiz2013-11-241-4/+4
|
* [youtube] Add an extractor for downloading the watch history (closes #1821)Jaime Marquínez Ferrándiz2013-11-241-0/+1
|
* Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2013-11-221-1/+1
|\
| * [bambuser:channel] Update testJaime Marquínez Ferrándiz2013-11-221-1/+1
| |
* | Match --download-archive during playlist processing (Fixes #1745)Philipp Hagemeister2013-11-221-3/+3
|/
* Merge remote-tracking branch 'jaimeMF/yt-playlists'Philipp Hagemeister2013-11-221-7/+7
|\
| * [youtube:playlist] Don't use the gdata api (closes #1508)Jaime Marquínez Ferrándiz2013-11-131-7/+7
| | | | | | | | Parse the playlist pages instead
* | [bandcamp] add support for albums (reported in #1270)Jaime Marquínez Ferrándiz2013-11-221-0/+9
| |
* | utils.shell_quote: Convert the args to unicode stringsJaime Marquínez Ferrándiz2013-11-211-0/+6
| | | | | | | | The youtube test video failed with `UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 34: ordinal not in range(128)`, the problem was with the filenames being encoded.
* | Adapt age restriction tests to new .info.json filenamesPhilipp Hagemeister2013-11-201-1/+1
| |
* | Adapt test to changed .info.json namePhilipp Hagemeister2013-11-201-3/+4
| |
* | Update test_write_info_json.pyJanez Troha2013-11-131-1/+1
|/
* Merge all the subtitles test into a single fileJaime Marquínez Ferrándiz2013-11-104-232/+211
| | | | They reuse a base class
* [ted] Return a single info_dict for talks urlsJaime Marquínez Ferrándiz2013-11-101-5/+3
| | | | It failed with the --list-subs option
* Merge pull request #1705 from iemejia/masterJaime Marquínez Ferrándiz2013-11-101-0/+69
|\ | | | | | | [ted] support for subtitles
| * [ted] fixed error in case of no subtitles presentIsmaël Mejía2013-11-051-0/+6
| | | | | | | | | | I created a test, but I leave it commented since TED videos get new subtitles frequently.
| * Merge remote-tracking branch 'iemejia/master'Ismaël Mejía2013-11-021-0/+9
| |\
| * \ Merge branch 'ted_subtitles'Ismaël Mejía2013-11-021-0/+63
| |\ \
| | * | [ted] Added support for subtitle downloadIsmaël Mejía2013-11-021-0/+63
| | | |
* | | | [soundcloud] Allow to download tracks marked as not 'streamable'Jaime Marquínez Ferrándiz2013-11-091-0/+9
| | | | | | | | | | | | | | | | They use the rtmp protocol but if the are marked as 'downloadable' it can use the direct download link.
* | | | tests: don't run the test if any of the extractors listed in the 'add_ie' ↵Jaime Marquínez Ferrándiz2013-11-061-1/+7
| | | | | | | | | | | | | | | | field is marked as not working
* | | | Set the 'extractor_key' field in the info_dictJaime Marquínez Ferrándiz2013-11-031-1/+1
| | | | | | | | | | | | | | | | It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor'
* | | | Add the 'webpage_url' field to info_dictJaime Marquínez Ferrándiz2013-11-031-0/+3
| | | | | | | | | | | | | | | | | | | | The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing.
* | | | Set the extra_info inside YoutubeDL.process_ie_result and set only if the ↵Jaime Marquínez Ferrándiz2013-11-031-0/+12
| |_|/ |/| | | | | | | | keys are missing
* | | [bambuser] Add an extractor for channels (closes #1702)Jaime Marquínez Ferrándiz2013-11-021-0/+9
|/ /
* | Fix the test for dailymotion subtitlesJaime Marquínez Ferrándiz2013-10-311-1/+1
| | | | | | | | The extractor returns a single info_dict now.
* | [tests] a HTTP 503 is a transient issueFilippo Valsorda2013-10-281-1/+2
| |
* | Fix YouTubeDL testPhilipp Hagemeister2013-10-281-4/+4
| |
* | [tests] don't fail on network errorsFilippo Valsorda2013-10-282-5/+34
| | | | | | | | | | | | This is suboptimal, but at least this way we will need to look at the logs only to check for network errors that happen too often, instead of parsing a ton of lines each time to see if there is some true test failing
* | tests: build the filename from the info_dict if the 'file' key is missingJaime Marquínez Ferrándiz2013-10-281-16/+23
| | | | | | | | It will need to have the 'id' and 'ext' keys to work.
* | Allow to use the extension for the format selectionJaime Marquínez Ferrándiz2013-10-211-3/+14
| | | | | | | | The best format with the extension is downloaded.
* | Accept requested formats to be in the format 35/best (closes #1552)Jaime Marquínez Ferrándiz2013-10-211-0/+23
| | | | | | | | The format selection code is now an independent function.