summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* add support for NowVideo.chFilippo Valsorda2013-10-122-0/+44
|
* FFmpegPostProcessor: print the command line used if the --verbose option is ↵Jaime Marquínez Ferrándiz2013-10-122-0/+7
| | | | given
* Merge pull request #1590 from joeyadams/masterJaime Marquínez Ferrándiz2013-10-121-1/+1
|\ | | | | Fix Brightcove detection when another Flash object is on the page
| * Fix Brightcove detection when another Flash object is on the pageJoey Adams2013-10-111-1/+1
|/ | | | | | | | | | | The regex used non-greedy match, but alas it failed on input like this: <object class="...> ... class="BrightcoveExperience" It captured two objects and the intervening HTML. This commit fixes this by not allowing a ">" to appear before BrightcoveExperience. Video in question: http://www.harpercollinschildrens.com/feature/petethecat/
* 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-113-20/+91
| | | | | | | | It downloads the last 12 videos.
* | Make sure it only runs rtmpdump one time in test mode and return True if the ↵Jaime Marquínez Ferrándiz2013-10-111-3/+4
| | | | | | | | download can be resumed
* | Merge pull request #1565 from rzhxeo/rtmpdump_testJaime Marquínez Ferrándiz2013-10-111-0/+2
|\ \ | | | | | | | | | Only download 1 sec. with rtmpdump in test mode
| * | Remove test parameter from _download_with_rtmpdumprzhxeo2013-10-061-4/+3
| | |
| * | Only download 1 sec. with rtmpdump in test moderzhxeo2013-10-061-2/+5
| |/
* | Add a PostProcessor for adding metadata to the file (closes #1570)Jaime Marquínez Ferrándiz2013-10-112-0/+38
| | | | | | | | It currently sets the title, the date and the author values.
* | [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
| |
* | Don't add extractors with IE_DESC set to False to the page of supported sites.Jaime Marquínez Ferrándiz2013-10-101-3/+4
| |
* | Add an extractor for video.nhl.com (closes #1586)Jaime Marquínez Ferrándiz2013-10-103-0/+61
| |
* | release 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.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.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
|/ /