Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-11-26 | [youtube:playlist] Add support for YouTube mixes (fixes #1839) | Jaime Marquínez Ferrándiz | |
2013-11-25 | [tests] Remove global_setup function | Philipp Hagemeister | |
2013-11-24 | Update the keywords tests for the rename of the old ComedyCentralIE | Jaime Marquínez Ferrándiz | |
2013-11-24 | [youtube] Add an extractor for downloading the watch history (closes #1821) | Jaime Marquínez Ferrándiz | |
2013-11-22 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-11-22 | Match --download-archive during playlist processing (Fixes #1745) | Philipp Hagemeister | |
2013-11-22 | [bambuser:channel] Update test | Jaime Marquínez Ferrándiz | |
2013-11-22 | Merge remote-tracking branch 'jaimeMF/yt-playlists' | Philipp Hagemeister | |
2013-11-22 | [bandcamp] add support for albums (reported in #1270) | Jaime Marquínez Ferrándiz | |
2013-11-21 | utils.shell_quote: Convert the args to unicode strings | Jaime Marquínez Ferrándiz | |
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. | |||
2013-11-20 | Adapt age restriction tests to new .info.json filenames | Philipp Hagemeister | |
2013-11-20 | Adapt test to changed .info.json name | Philipp Hagemeister | |
2013-11-13 | Update test_write_info_json.py | Janez Troha | |
2013-11-13 | [youtube:playlist] Don't use the gdata api (closes #1508) | Jaime Marquínez Ferrándiz | |
Parse the playlist pages instead | |||
2013-11-10 | Merge all the subtitles test into a single file | Jaime Marquínez Ferrándiz | |
They reuse a base class | |||
2013-11-10 | [ted] Return a single info_dict for talks urls | Jaime Marquínez Ferrándiz | |
It failed with the --list-subs option | |||
2013-11-10 | Merge pull request #1705 from iemejia/master | Jaime Marquínez Ferrándiz | |
[ted] support for subtitles | |||
2013-11-09 | [soundcloud] Allow to download tracks marked as not 'streamable' | Jaime Marquínez Ferrándiz | |
They use the rtmp protocol but if the are marked as 'downloadable' it can use the direct download link. | |||
2013-11-06 | tests: don't run the test if any of the extractors listed in the 'add_ie' ↵ | Jaime Marquínez Ferrándiz | |
field is marked as not working | |||
2013-11-05 | [ted] fixed error in case of no subtitles present | Ismaël Mejía | |
I created a test, but I leave it commented since TED videos get new subtitles frequently. | |||
2013-11-03 | Set the 'extractor_key' field in the info_dict | Jaime Marquínez Ferrándiz | |
It's the string returned by the class method 'ie_key', which allows to retrieve the extractor with 'get_info_extractor' | |||
2013-11-03 | Add the 'webpage_url' field to info_dict | Jaime Marquínez Ferrándiz | |
The url for the video page, it must allow to reproduce the result. It's automatically set by YoutubeDL if it's missing. | |||
2013-11-03 | Set the extra_info inside YoutubeDL.process_ie_result and set only if the ↵ | Jaime Marquínez Ferrándiz | |
keys are missing | |||
2013-11-02 | Merge remote-tracking branch 'iemejia/master' | Ismaël Mejía | |
2013-11-02 | [bambuser] Add an extractor for channels (closes #1702) | Jaime Marquínez Ferrándiz | |
2013-11-02 | Merge branch 'ted_subtitles' | Ismaël Mejía | |
2013-11-02 | [ted] Added support for subtitle download | Ismaël Mejía | |
2013-10-31 | Fix the test for dailymotion subtitles | Jaime Marquínez Ferrándiz | |
The extractor returns a single info_dict now. | |||
2013-10-28 | [tests] a HTTP 503 is a transient issue | Filippo Valsorda | |
2013-10-28 | Fix YouTubeDL test | Philipp Hagemeister | |
2013-10-28 | [tests] don't fail on network errors | Filippo Valsorda | |
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 | |||
2013-10-28 | tests: build the filename from the info_dict if the 'file' key is missing | Jaime Marquínez Ferrándiz | |
It will need to have the 'id' and 'ext' keys to work. | |||
2013-10-21 | Allow to use the extension for the format selection | Jaime Marquínez Ferrándiz | |
The best format with the extension is downloaded. | |||
2013-10-21 | Accept requested formats to be in the format 35/best (closes #1552) | Jaime Marquínez Ferrándiz | |
The format selection code is now an independent function. | |||
2013-10-18 | Extend #980 with --max-quality support | Philipp Hagemeister | |
2013-10-18 | Fix test | Philipp Hagemeister | |
2013-10-18 | Merge remote-tracking branch 'jaimeMF/format_selection' | Philipp Hagemeister | |
2013-10-15 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-10-15 | [generic] Support embedded vimeo videos (#1602) | Philipp Hagemeister | |
2013-10-15 | Fix an import in the tests and the Youtube Shows test | Jaime Marquínez Ferrándiz | |
2013-10-15 | Simplify tests | Philipp Hagemeister | |
* Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up | |||
2013-10-14 | [youtube] Adds #1312 Download annotations | Jai Grimshaw | |
Adds #1321 Download annotations from youtube Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API. Added unit test for annotations. | |||
2013-10-12 | Add an extractor for internetvideoarchive.com videos | Jaime Marquínez Ferrándiz | |
It's used by videodetective.com | |||
2013-10-12 | Add support for single-test tox runs | Filippo Valsorda | |
Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions) | |||
2013-10-11 | Implement the prefer_free_formats in YoutubeDL | Jaime Marquínez Ferrándiz | |
2013-10-11 | [nhl] Add an extractor for videocenter's categories (#1586) | Jaime Marquínez Ferrándiz | |
It downloads the last 12 videos. | |||
2013-10-07 | Simplify test setup | Philipp Hagemeister | |
2013-10-06 | Allow users to specify an age limit (fixes #1545) | Philipp Hagemeister | |
With these changes, users can now restrict what videos are downloaded by the intented audience, by specifying their age with --age-limit YEARS . Add rudimentary support in youtube, pornotube, and youporn. | |||
2013-10-06 | Move try_rm to test helpers | Philipp Hagemeister | |
2013-10-05 | [fixup] remove unnecessary commented function | Filippo Valsorda | |