Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-10-11 | Implement the prefer_free_formats in YoutubeDL | Jaime Marquínez Ferrándiz | |
2013-10-11 | Default 'format' field to {width}x{height} | Jaime Marquínez Ferrándiz | |
If width is None, use {height}p and if height is None, '???' | |||
2013-10-11 | Do not handle format selection for IEs that already handle it | Jaime Marquínez Ferrándiz | |
2013-10-11 | Implement the max quality option in YoutubeDL | Jaime Marquínez Ferrándiz | |
2013-10-11 | Implement format selection in YoutubeDL | Jaime Marquínez Ferrándiz | |
Now the IEs can set a formats field in the info_dict, with the formats ordered from worst to best quality. It's a list of dicts with the following fields: * Mandatory: url and ext * Optional: format and format_id The format_id is used for choosing which formats have to be downloaded. Now a video result is processed by the method process_video_result. | |||
2013-10-11 | [arte] Prepare for generic format support (#980) | 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-11 | Make sure it only runs rtmpdump one time in test mode and return True if the ↵ | Jaime Marquínez Ferrándiz | |
download can be resumed | |||
2013-10-11 | Merge pull request #1565 from rzhxeo/rtmpdump_test | Jaime Marquínez Ferrándiz | |
Only download 1 sec. with rtmpdump in test mode | |||
2013-10-11 | Add a PostProcessor for adding metadata to the file (closes #1570) | Jaime Marquínez Ferrándiz | |
It currently sets the title, the date and the author values. | |||
2013-10-10 | [yahoo] Download the info from another page | Jaime Marquínez Ferrándiz | |
The 'meta' field is not always in the video webpage | |||
2013-10-10 | [gamespot] Mark as broken (#1587) | Jaime Marquínez Ferrándiz | |
2013-10-10 | [mtv] Strip the description | Jaime Marquínez Ferrándiz | |
There were some tabs and newlines added around the string. | |||
2013-10-10 | Add an extractor for faz.net (closes #1582) | Jaime Marquínez Ferrándiz | |
2013-10-10 | Add an extractor for video.nhl.com (closes #1586) | Jaime Marquínez Ferrándiz | |
2013-10-09 | release 2013.10.092013.10.09 | Philipp Hagemeister | |
2013-10-09 | [youtube] Do not recognize attribution link as user (Fixes #1573) | Philipp Hagemeister | |
2013-10-09 | Merge pull request #1584 from wingsuit/master | Jaime Marquínez Ferrándiz | |
Tiny tpo | |||
2013-10-09 | [youtube] set the 'name' parameter in the subtitles url (fixes #1577) | Jaime Marquínez Ferrándiz | |
2013-10-09 | Tiny tpo | Tom | |
2013-10-08 | [vevo] Some improvements (fixes #1580) | Jaime Marquínez Ferrándiz | |
Extract the info from http://videoplayer.vevo.com/VideoService/AuthenticateVideo?isrc={id} Some videos don't have an smil manifest, extract the video urls directly from the json and use the last version of the video. Extract all the available formats and set the 'formats' field of the result | |||
2013-10-07 | Fix the printing of the proxy map in debug mode | Jaime Marquínez Ferrándiz | |
The proxies have to be extracted from the opener.handlers | |||
2013-10-07 | Move opener setup into a separate helper function | Philipp Hagemeister | |
2013-10-07 | release 2013.10.072013.10.07 | Philipp Hagemeister | |
2013-10-07 | [jeuxvideo] Improve code quality (fixes #1567) | Philipp Hagemeister | |
2013-10-07 | Restore warning when user forgets to quote URL (#1396) | Philipp Hagemeister | |
2013-10-06 | Remove test parameter from _download_with_rtmpdump | rzhxeo | |
2013-10-06 | [vimeo] Recognize urls ending in a slash (fixes #1242) | Jaime Marquínez Ferrándiz | |
2013-10-06 | Only download 1 sec. with rtmpdump in test mode | rzhxeo | |
2013-10-06 | [redtube] add age_limit | Philipp Hagemeister | |
2013-10-06 | Merge branch 'download-archive' | Philipp Hagemeister | |
Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py | |||
2013-10-06 | Remove superfluous parenthesis | Philipp Hagemeister | |
2013-10-06 | Merge branch 'age_limit' | Philipp Hagemeister | |
2013-10-06 | Call extracted property age_limit everywhere | Philipp Hagemeister | |
2013-10-06 | [generic] Clarify error messages | Philipp Hagemeister | |
2013-10-06 | release 2013.10.062013.10.06 | Philipp Hagemeister | |
2013-10-06 | [viddler] Add basic support (Fixes #1520) | 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 | Add basic --download-archive option | Philipp Hagemeister | |
Often, users want to be able to download only videos they haven't seen before, despite the video files having been deleted or moved in the mean time. When --download-archive FILE is given, the extractor and ID of every download is recorded in the specified file. If it is already present, the video in question is skipped. | |||
2013-10-05 | [googleplus] Fix upload_date detection | Philipp Hagemeister | |
2013-10-05 | [bliptv] Make sure video ID is a string | Philipp Hagemeister | |
2013-10-05 | [CinemassacreIE] Use MD5 to check in TEST description | rzhxeo | |
2013-10-05 | [CinemassacreIE] Remove docstring from class | rzhxeo | |
2013-10-05 | [CinemassacreIE] Add support for other embed methods | rzhxeo | |
2013-10-05 | Add CinemassacreIE | rzhxeo | |
2013-10-04 | [dailymotion] Fix playlist extraction | Jaime Marquínez Ferrándiz | |
The html code has changed, make the video ids extraction more solid. | |||
2013-10-04 | [brightcove] Fix up some broken HTML (#1553) | Philipp Hagemeister | |
2013-10-04 | [yahoo] Switch ext of test | Philipp Hagemeister | |
2013-10-04 | [yahoo] Fix test title | Philipp Hagemeister | |
2013-10-04 | [redtube] pep8 | Philipp Hagemeister | |