aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-10-06[generic] Clarify error messagesPhilipp Hagemeister
2013-10-06release 2013.10.062013.10.06Philipp Hagemeister
2013-10-06[viddler] Add basic support (Fixes #1520)Philipp Hagemeister
2013-10-06Allow 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-06Add basic --download-archive optionPhilipp 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 detectionPhilipp Hagemeister
2013-10-05[bliptv] Make sure video ID is a stringPhilipp Hagemeister
2013-10-05[CinemassacreIE] Use MD5 to check in TEST descriptionrzhxeo
2013-10-05[CinemassacreIE] Remove docstring from classrzhxeo
2013-10-05[CinemassacreIE] Add support for other embed methodsrzhxeo
2013-10-05Add CinemassacreIErzhxeo
2013-10-04[dailymotion] Fix playlist extractionJaime 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 testPhilipp Hagemeister
2013-10-04[yahoo] Fix test titlePhilipp Hagemeister
2013-10-04[redtube] pep8Philipp Hagemeister
2013-10-04[jeuxvideo] fix video file md5sumPhilipp Hagemeister
2013-10-04Include length in player cache IDPhilipp Hagemeister
Some videos use the same player with IDs of multiple lengths. See https://travis-ci.org/rg3/youtube-dl/jobs/12126506#L319 for an example.
2013-10-04[yahoo] Do not try to run rtmpdump on travisPhilipp Hagemeister
2013-10-04[rtlnow] Skip test on travisPhilipp Hagemeister
2013-10-04[francetv] Use common format for ID of generation-quoi subextractorPhilipp Hagemeister
2013-10-04Merge remote-tracking branch 'origin/master'Philipp Hagemeister
2013-10-04[comedycentral] Prepare for generic video extraction (#980)Philipp Hagemeister
2013-10-04[mtv] Prepare for #980Philipp Hagemeister
2013-10-04Clarify that url and ext are optional when formats is given (#980)Philipp Hagemeister
2013-10-04Document formats (for #980)Philipp Hagemeister
2013-10-04[ted] Prepare #980 mergePhilipp Hagemeister
2013-10-04[FlickrIE] Fix HTTPS urlrzhxeo
2013-10-04Merge remote-tracking branch 'rzhxeo/rtl_ntv'Philipp Hagemeister
2013-10-04Merge remote-tracking branch 'rzhxeo/rtl_upload_date'Philipp Hagemeister
2013-10-04[youtube] new static 82 signaturePhilipp Hagemeister
2013-10-04release 2013.10.042013.10.04Philipp Hagemeister
2013-10-04[france2] Add support for URLs without video IDs (Fixes #1547)Philipp Hagemeister
2013-10-02[ign] Support more urls and detect multiple videos in articles (fixes #1543)Jaime Marquínez Ferrándiz
2013-10-02Fix help of --cachedirPhilipp Hagemeister
2013-10-02[youtube] Simplify cache_dir code (#1529)Philipp Hagemeister
2013-10-02Merge remote-tracking branch 'holomorph/master'Philipp Hagemeister
2013-10-02[youtube] Fix static 82 signature (Closes #1539)Philipp Hagemeister
2013-10-02[youtube] Support videos without a title (Fixes #1391, Closes #1542)Philipp Hagemeister
2013-10-01Merge pull request #1531 from rg3/no-playlistFilippo Valsorda
[youtube] implement --no-playlist to only download current video
2013-10-01[youtube] correct --no-playlist for python3Filippo Valsorda
2013-10-01[dailymotion] Detect vevo videos (fixes #1532)Jaime Marquínez Ferrándiz
All videos from the Vevo user, just embed videos from vevo.com
2013-10-01release 2013.10.01.12013.10.01.1Philipp Hagemeister
2013-10-01Properly handle stream meap not being presentPhilipp Hagemeister
2013-10-01release 2013.10.012013.10.01Philipp Hagemeister
2013-10-01Handle videos without url_encoded_fmt_stream_map (Fixes #1535)Philipp Hagemeister
2013-10-01[RTLnowIE] Allow video description without upload daterzhxeo
Some videos (feature films) have no upload date.
2013-10-01[RTLnowIE] Add support for http://n-tvnow.derzhxeo
2013-09-30Support XDG base directory specificationMark Oteiza
2013-09-30implement --no-playlist to only download current video - closes #755Filippo Valsorda