aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | [websurg] Skipt the testJaime Marquínez Ferrándiz2013-10-151-1/+2
| | | | | | | | | | | | | | | | It needs login information.
* | | | [generic] Support embedded vimeo videos (#1602)Philipp Hagemeister2013-10-154-2/+63
|/ / /
* | | Use upper-case for prefixes in help to signify bytes (#1043)Philipp Hagemeister2013-10-151-2/+2
| | |
* | | Merge remote-tracking branch 'alphapapa/master'Philipp Hagemeister2013-10-151-1/+1
|\ \ \
| * | | Clarify that download rate is in bytes per secondalphapapa2013-07-131-1/+1
| | | | | | | | | | | | I found https://github.com/rg3/youtube-dl/commit/f918ec7ea29a37521d1fc22fb9f900283c5a2c49 but it is still not clear to anyone who hasn't read Issue #723 whether the limit is in bits or bytes. This is doubly confusing because 1) ISPs usually advertise speeds in bits per second, and 2) lowercase "k" and "m" are often used in correlation with bits rather than bytes.
* | | | Merge remote-tracking branch 'Rudloff/websurg'Philipp Hagemeister2013-10-152-0/+59
|\ \ \ \
| * | | | Use self._download_webpage everywherePierre Rudloff2013-10-041-2/+1
| | | | |
| * | | | Unused variablePierre Rudloff2013-10-041-1/+0
| | | | |
| * | | | Changes suggested by @phihagPierre Rudloff2013-10-041-9/+9
| | | | |
| * | | | ImprovementsPierre Rudloff2013-09-181-17/+10
| | | | |
| * | | | Merge remote-tracking branch 'upstream/master' into websurgPierre Rudloff2013-09-172-6/+3
| |\ \ \ \
| * | | | | Extractor for websurg.comPierre Rudloff2013-09-172-0/+68
| | | | | |
* | | | | | Do not import *Philipp Hagemeister2013-10-152-7/+39
| | | | | |
* | | | | | Simplify testsPhilipp Hagemeister2013-10-1512-117/+148
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Make them directly executable again * Move common stuff (md5, parameters) to helper * Never import * * General clean up
* | | | | | Credit @Elbandi for sztvhuPhilipp Hagemeister2013-10-151-0/+1
| | | | | |
* | | | | | [sztvhu] SimplifyPhilipp Hagemeister2013-10-151-21/+24
| | | | | |
* | | | | | Merge remote-tracking branch 'Elbandi/master'Philipp Hagemeister2013-10-152-0/+42
|\ \ \ \ \ \
| * | | | | | Add an extractor for Szombathelyi TVAndras Elso2013-10-142-0/+42
| | | | | | |
* | | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-151-34/+37
|\ \ \ \ \ \ \ | | |_|_|_|_|/ | |/| | | | |
| * | | | | | [gamespot] Fix video extraction (fixes #1587)Jaime Marquínez Ferrándiz2013-10-141-34/+37
| | | | | | |
* | | | | | | [tudou] Add support for youku links (Closes #1571)Philipp Hagemeister2013-10-151-11/+25
|/ / / / / /
* | | | | | Merge remote-tracking branch 'origin/master'Philipp Hagemeister2013-10-146-0/+154
|\| | | | |
| * | | | | add VideoPremium.tv RTMP supportFilippo Valsorda2013-10-142-0/+41
| | | | | |
| * | | | | Merge pull request #1569 from Jaiz909/1321-download-annotationsFilippo Valsorda2013-10-134-0/+113
| |\ \ \ \ \ | | | | | | | | | | | | | | Added downloading annotations download support - closes #1321
| | * | | | | [youtube] Adds #1312 Download annotationsJai Grimshaw2013-10-144-0/+113
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Adds #1321 Download annotations from youtube Annotations are downloaded and written to a .annotations.xml file using the https://www.youtube.com/annotations_invideo?features=1&legacy=1&video_id=$VIDEOID API. Added unit test for annotations.
* / / / / / [youku] Allow shortcut youku:ID and make non-matching groups non-matching ↵Philipp Hagemeister2013-10-131-1/+1
|/ / / / / | | | | | | | | | | | | | | | (#1571)
* | | | | Merge remote-tracking branch 'jaimeMF/opus-fix'Philipp Hagemeister2013-10-131-1/+2
|\ \ \ \ \
| * | | | | Don't set the '-aq' option with the opus format (fixes #1263)Jaime Marquínez Ferrándiz2013-10-121-1/+2
| | | | | |
* | | | | | [arte] Add an extractor for future.arte.tv (closes #1593)Jaime Marquínez Ferrándiz2013-10-132-2/+30
| | | | | |
* | | | | | [arte] add an extractor for creative.arte.tv (#1593)Jaime Marquínez Ferrándiz2013-10-132-69/+93
| | | | | | | | | | | | | | | | | | | | | | | | The +7 videos now use an independent extractor that is also used for the creative videos
* | | | | | Add an extractor for rottentomatoes.com and improve InternetVideoArchiveIE ↵Jaime Marquínez Ferrándiz2013-10-124-1/+34
| | | | | | | | | | | | | | | | | | | | | | | | to get the best quality
* | | | | | Add an extractor for videodetective.com (closes #262)Jaime Marquínez Ferrándiz2013-10-122-0/+31
| | | | | | | | | | | | | | | | | | | | | | | | It uses the internetvideoarchive.com platform.
* | | | | | Add an extractor for internetvideoarchive.com videosJaime Marquínez Ferrándiz2013-10-124-0/+99
| | | | | | | | | | | | | | | | | | | | | | | | It's used by videodetective.com
* | | | | | Add support for single-test tox runsFilippo Valsorda2013-10-129-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Use a sintax like tox test.test_download:TestDownload.test_NowVideo to run the specific test on all the tox environments (Python versions)
* | | | | | 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
| |/ / / /