summary refs log tree commit diff
Commit message (Collapse)AuthorAgeFilesLines
* release 2013.10.09 2013.10.09Philipp Hagemeister2013-10-091-1/+1
|
* [youtube] Do not recognize attribution link as user (Fixes #1573)Philipp Hagemeister2013-10-091-1/+1
|
* Merge pull request #1584 from wingsuit/masterJaime Marquínez Ferrándiz2013-10-091-1/+1
|\ | | | | Tiny tpo
| * Tiny tpoTom2013-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
* Fix the printing of the proxy map in debug modeJaime Marquínez Ferrándiz2013-10-071-2/+7
| | | | The proxies have to be extracted from the opener.handlers
* Simplify test setupPhilipp Hagemeister2013-10-072-14/+2
|
* Move opener setup into a separate helper functionPhilipp Hagemeister2013-10-071-21/+33
|
* release 2013.10.07 2013.10.07Philipp Hagemeister2013-10-072-1/+4
|
* [jeuxvideo] Improve code quality (fixes #1567)Philipp Hagemeister2013-10-071-16/+21
|
* Restore warning when user forgets to quote URL (#1396)Philipp Hagemeister2013-10-073-4/+19
|
* [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 'download-archive'Philipp Hagemeister2013-10-063-0/+132
|\ | | | | | | | | | | Conflicts: youtube_dl/YoutubeDL.py youtube_dl/__init__.py
| * Remove superfluous parenthesisPhilipp Hagemeister2013-10-061-1/+1
| |
| * Add basic --download-archive optionPhilipp Hagemeister2013-10-063-0/+132
| | | | | | | | | | 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.
* | Merge branch 'age_limit'Philipp Hagemeister2013-10-067-3/+81
|\ \
| * | Call extracted property age_limit everywherePhilipp Hagemeister2013-10-064-4/+4
| | |
| * | Allow users to specify an age limit (fixes #1545)Philipp Hagemeister2013-10-067-3/+81
| | | | | | | | | | | | | | | 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
| | |
* | | release 2013.10.06 2013.10.06Philipp Hagemeister2013-10-061-1/+1
| | |
* | | [viddler] Add basic support (Fixes #1520)Philipp Hagemeister2013-10-063-1/+66
|/ /
* / Move try_rm to test helpersPhilipp Hagemeister2013-10-062-19/+26
|/
* Merge remote-tracking branch 'origin/tox'Philipp Hagemeister2013-10-052-0/+6
|\
| * add tox configuration file for easy testingFilippo Valsorda2013-10-052-0/+6
| |
* | [fixup] remove unnecessary commented functionFilippo Valsorda2013-10-051-6/+0
|/
* add capability to suppress expected warnings in testsFilippo Valsorda2013-10-053-4/+20
|
* [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
|\
| * Merge pull request #1551 from rzhxeo/flickrJaime Marquínez Ferrándiz2013-10-031-1/+1
| |\ | | | | | | [FlickrIE] Fix HTTPS url
| | * [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
| |