aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
...
* | | Merge pull request #1558 from rzhxeo/cinemassacreJaime Marquínez Ferrándiz2013-10-111-60/+36
| | | | | | | | | | | | Add support for http://cinemassacre.com
* | | Merge branch 'cinemassacre' of github.com:rzhxeo/youtube-dl into ↵Jaime Marquínez Ferrándiz2013-10-112-0/+116
|\ \ \ | | | | | | | | | | | | rzhxeo-cinemassacre
| * | | [CinemassacreIE] Use MD5 to check in TEST descriptionrzhxeo2013-10-051-1/+1
| | | |
| * | | [CinemassacreIE] Remove docstring from classrzhxeo2013-10-051-1/+0
| | | |
| * | | [CinemassacreIE] Add support for other embed methodsrzhxeo2013-10-051-6/+22
| | | |
| * | | Add CinemassacreIErzhxeo2013-10-052-0/+101
| | | |
* | | | [arte] Prepare for generic format support (#980)Jaime Marquínez Ferrándiz2013-10-111-6/+16
| | | |
* | | | [nhl] Add an extractor for videocenter's categories (#1586)Jaime Marquínez Ferrándiz2013-10-112-20/+81
| | | | | | | | | | | | | | | | It downloads the last 12 videos.
* | | | [yahoo] Download the info from another pageJaime Marquínez Ferrándiz2013-10-101-0/+15
| | | | | | | | | | | | | | | | The 'meta' field is not always in the video webpage
* | | | [gamespot] Mark as broken (#1587)Jaime Marquínez Ferrándiz2013-10-101-0/+1
| | | |
* | | | [mtv] Strip the descriptionJaime Marquínez Ferrándiz2013-10-101-1/+1
| | | | | | | | | | | | | | | | There were some tabs and newlines added around the string.
* | | | Add an extractor for faz.net (closes #1582)Jaime Marquínez Ferrándiz2013-10-102-0/+61
| | | |
* | | | Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz2013-10-102-0/+60
| | | |
* | | | [youtube] Do not recognize attribution link as user (Fixes #1573)Philipp Hagemeister2013-10-091-1/+1
| | | |
* | | | [youtube] set the 'name' parameter in the subtitles url (fixes #1577)Jaime Marquínez Ferrándiz2013-10-091-0/+1
| | | |
* | | | [vevo] Some improvements (fixes #1580)Jaime Marquínez Ferrándiz2013-10-081-23/+47
| | | | | | | | | | | | | | | | | | | | | | | | 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
* | | | [jeuxvideo] Improve code quality (fixes #1567)Philipp Hagemeister2013-10-071-16/+21
| | | |
* | | | Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister2013-10-072-4/+17
| | | |
* | | | [vimeo] Recognize urls ending in a slash (fixes #1242)Jaime Marquínez Ferrándiz2013-10-061-1/+1
| | | |
* | | | [redtube] add age_limitPhilipp Hagemeister2013-10-061-4/+9
| | | |
* | | | Merge branch 'age_limit'Philipp Hagemeister2013-10-064-3/+18
|\ \ \ \
| * | | | Call extracted property age_limit everywherePhilipp Hagemeister2013-10-063-3/+3
| | | | |
| * | | | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-064-3/+18
| | | | | | | | | | | | | | | | | | | | | | | | | 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.
* | | | | [generic] Clarify error messagesPhilipp Hagemeister2013-10-061-3/+3
| | | | |
* | | | | [viddler] Add basic support (Fixes #1520)Philipp Hagemeister2013-10-062-0/+65
|/ / / /
* | | | [googleplus] Fix upload_date detectionPhilipp Hagemeister2013-10-051-1/+2
| | | |
* | | | [bliptv] Make sure video ID is a stringPhilipp Hagemeister2013-10-051-1/+1
| | | |
* | | | [dailymotion] Fix playlist extractionJaime Marquínez Ferrándiz2013-10-041-2/+3
| | | | | | | | | | | | | | | | The html code has changed, make the video ids extraction more solid.
* | | | [brightcove] Fix up some broken HTML (#1553)Philipp Hagemeister2013-10-041-0/+5
| | | |
* | | | [yahoo] Switch ext of testPhilipp Hagemeister2013-10-041-1/+1
| | | |
* | | | [yahoo] Fix test titlePhilipp Hagemeister2013-10-041-1/+1
| | | |
* | | | [redtube] pep8Philipp Hagemeister2013-10-041-7/+8
| | | |
* | | | [jeuxvideo] fix video file md5sumPhilipp Hagemeister2013-10-041-1/+1
| | | |
* | | | Include length in player cache IDPhilipp Hagemeister2013-10-041-3/+4
| | | | | | | | | | | | | | | | | | | | 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.
* | | | [yahoo] Do not try to run rtmpdump on travisPhilipp Hagemeister2013-10-041-0/+4
| | | |
* | | | [rtlnow] Skip test on travisPhilipp Hagemeister2013-10-041-0/+2
| | | |
* | | | [francetv] Use common format for ID of generation-quoi subextractorPhilipp Hagemeister2013-10-041-1/+1
| | | |
* | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-041-1/+1
|\ \ \ \
| * | | | [FlickrIE] Fix HTTPS urlrzhxeo2013-10-041-1/+1
| |/ / /
* | | | [comedycentral] Prepare for generic video extraction (#980)Philipp Hagemeister2013-10-041-35/+28
| | | |
* | | | [mtv] Prepare for #980Philipp Hagemeister2013-10-041-19/+28
| | | |
* | | | Clarify that url and ext are optional when formats is given (#980)Philipp Hagemeister2013-10-041-0/+2
| | | |
* | | | Document formats (for #980)Philipp Hagemeister2013-10-041-2/+13
| | | |
* | | | [ted] Prepare #980 mergePhilipp Hagemeister2013-10-041-7/+15
|/ / /
* | | Merge remote-tracking branch 'rzhxeo/rtl_ntv'Philipp Hagemeister2013-10-041-2/+14
|\ \ \
| * | | [RTLnowIE] Add support for http://n-tvnow.derzhxeo2013-10-011-2/+14
| | | |
* | | | Merge remote-tracking branch 'rzhxeo/rtl_upload_date'Philipp Hagemeister2013-10-041-3/+6
|\ \ \ \
| * | | | [RTLnowIE] Allow video description without upload daterzhxeo2013-10-011-3/+6
| |/ / / | | | | | | | | Some videos (feature films) have no upload date.
* | | | [youtube] new static 82 signaturePhilipp Hagemeister2013-10-041-1/+1
| | | |
* | | | [france2] Add support for URLs without video IDs (Fixes #1547)Philipp Hagemeister2013-10-041-2/+14
| | | |