aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-10-10Don't add extractors with IE_DESC set to False to the page of supported sites.Jaime Marquínez Ferrándiz
2013-10-10Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz
2013-10-09release 2013.10.092013.10.09Philipp Hagemeister
2013-10-09[youtube] Do not recognize attribution link as user (Fixes #1573)Philipp Hagemeister
2013-10-09Merge pull request #1584 from wingsuit/masterJaime 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-09Tiny tpoTom
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-07Fix the printing of the proxy map in debug modeJaime Marquínez Ferrándiz
The proxies have to be extracted from the opener.handlers
2013-10-07Simplify test setupPhilipp Hagemeister
2013-10-07Move opener setup into a separate helper functionPhilipp Hagemeister
2013-10-07release 2013.10.072013.10.07Philipp Hagemeister
2013-10-07[jeuxvideo] Improve code quality (fixes #1567)Philipp Hagemeister
2013-10-07Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister
2013-10-06[vimeo] Recognize urls ending in a slash (fixes #1242)Jaime Marquínez Ferrándiz
2013-10-06[redtube] add age_limitPhilipp Hagemeister
2013-10-06Merge branch 'download-archive'Philipp Hagemeister
Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py
2013-10-06Remove superfluous parenthesisPhilipp Hagemeister
2013-10-06Merge branch 'age_limit'Philipp Hagemeister
2013-10-06Call extracted property age_limit everywherePhilipp Hagemeister
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-06Move try_rm to test helpersPhilipp Hagemeister
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-05Merge remote-tracking branch 'origin/tox'Philipp Hagemeister
2013-10-05[fixup] remove unnecessary commented functionFilippo Valsorda
2013-10-05add tox configuration file for easy testingFilippo Valsorda
2013-10-05add capability to suppress expected warnings in testsFilippo Valsorda
2013-10-05[googleplus] Fix upload_date detectionPhilipp Hagemeister
2013-10-05[bliptv] Make sure video ID is a stringPhilipp Hagemeister
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-03Merge pull request #1551 from rzhxeo/flickrJaime Marquínez Ferrándiz
[FlickrIE] Fix HTTPS url
2013-10-04[FlickrIE] Fix HTTPS urlrzhxeo