summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* release 2014.01.20Philipp Hagemeister2014-01-201-1/+1
|
* [youtube] Fall back to header if playlist title is not availablePhilipp Hagemeister2014-01-201-1/+9
| | | | | Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example
* [myspace] More robust mediatype checkPhilipp Hagemeister2014-01-201-2/+2
|
* [myspace] Add support for song urls (fixes #2040)Jaime Marquínez Ferrándiz2014-01-191-28/+64
|
* [dropbox] Correct test case (#2171)Philipp Hagemeister2014-01-191-2/+3
|
* [dropbox] PEP8 and simplify (#2171)Philipp Hagemeister2014-01-191-19/+17
|
* Merge remote-tracking branch 'sahutd/master'Philipp Hagemeister2014-01-192-0/+33
|\
| * Modified dropbox to reflect small changessahutd2014-01-190-0/+0
| |\
| | * Update __init__.pysahutd2014-01-181-0/+1
| | |
| * | Added support for Dropboxsahutd2014-01-192-11/+10
| | |
| * | added dropbox supportsahutd2014-01-181-0/+1
| |/
| * Added dropbox support. issue #2055sahutd2014-01-181-0/+33
| |
* | Merge pull request #2153 from jaimeMF/ffmpeg-merger-check-installPhilipp Hagemeister2014-01-181-1/+9
|\ \ | |/ |/| Don’t try to merge the formats if ffmpeg or avconv are not installed
| * Don’t try to merge the formats if ffmpeg or avconv are not installedJaime Marquínez Ferrándiz2014-01-151-1/+9
| |
* | Merge branch 'master' of github.com:rg3/youtube-dlPhilipp Hagemeister2014-01-171-0/+1
|\ \
| * | FFmpegMergerPP: Print an info message with the destination before running ffmpegJaime Marquínez Ferrándiz2014-01-171-0/+1
| | |
* | | [extractor/common] Limit --write-pages filename to 200 charsPhilipp Hagemeister2014-01-171-0/+4
|/ / | | | | | | This avoids problems with very long URLs.
* | [cnn] Improve testPhilipp Hagemeister2014-01-171-6/+7
| |
* | release 2014.01.17.2Philipp Hagemeister2014-01-171-1/+1
| |
* | [kankan] Skip testPhilipp Hagemeister2014-01-171-0/+1
| |
* | [kankan] SimplifyPhilipp Hagemeister2014-01-171-18/+21
| |
* | [mixcloud] Use unicode_literalsPhilipp Hagemeister2014-01-171-12/+13
| |
* | [mixcloud] Fix URL extractionPhilipp Hagemeister2014-01-171-6/+7
| |
* | [mpora] Fix uploader name extractionPhilipp Hagemeister2014-01-171-1/+1
| |
* | [ted] Updated checksumsPhilipp Hagemeister2014-01-172-3/+3
| |
* | [ted] Use unicode_literalsPhilipp Hagemeister2014-01-171-7/+10
| |
* | Remove youtube swf signature testPhilipp Hagemeister2014-01-171-6/+0
| | | | | | | | Apparently, swf players are no longer in use. If we find one, we'll readd it.
* | [condenast] Allow multiple formats, and sort centralizedPhilipp Hagemeister2014-01-171-12/+14
| |
* | [condenast] Use unicode_literalsPhilipp Hagemeister2014-01-171-23/+25
| |
* | [soundcloud] Use unicode_literals and centralized sortingPhilipp Hagemeister2014-01-171-51/+52
| |
* | [spankwire] Use centralized format sorting and unicode_literalsPhilipp Hagemeister2014-01-171-14/+24
| |
* | [teamcoco] Use centralized sortingPhilipp Hagemeister2014-01-171-12/+17
| |
* | [teamcoco] Use unicode_literalsPhilipp Hagemeister2014-01-171-14/+16
| |
* | [gamespot] Use unicode_literalsPhilipp Hagemeister2014-01-171-6/+8
| |
* | [franceinter] Remove superfluous whitespacePhilipp Hagemeister2014-01-171-3/+1
| |
* | Credit @sahutd for franceinter (#2152)Philipp Hagemeister2014-01-171-0/+1
| |
* | [franceinter] Minor improvements (#2152)Philipp Hagemeister2014-01-171-20/+29
| |
* | [flickr] Use unicode literalsPhilipp Hagemeister2014-01-171-10/+12
| |
* | Merge remote-tracking branch 'sahutd/master'Philipp Hagemeister2014-01-172-0/+32
|\ \
| * | Made modification as suggested on https://github.com/rg3/youtube-dl/pull/2151sahutd2014-01-151-18/+9
| | |
| * | franceinter [Issue #2105] Saimadhav Heblikar2014-01-151-0/+1
| | | | | | | | | Added franceinterIE import to reflect addition of FranceInter support. Issue #2105
| * | Added franceinter [Issue #2105]Saimadhav Heblikar2014-01-151-0/+40
| |/
* | release 2013.01.17.1Philipp Hagemeister2014-01-171-1/+1
| |
* | [everyonesmixtape] Add support (Fixes #2161)Philipp Hagemeister2014-01-175-1/+83
| |
* | release 2013.01.17Philipp Hagemeister2014-01-172-12/+11
| |
* | [generic] Do not fetch XML URLs (Fixes #2162)Philipp Hagemeister2014-01-171-1/+1
| |
* | [redtube] Make ‘http:’ not optional (closes #2160)Jaime Marquínez Ferrándiz2014-01-161-1/+1
|/ | | | | If the url doesn’t specify the protocol we can’t directly use it to download the webpage, we would need to build a new url. Instead, we let the generic extractor add the protocol.
* Add a couple of missing http:// in test URLsFilippo Valsorda2014-01-142-2/+2
|
* Implement a different adult sites checking algorithmFilippo Valsorda2014-01-141-12/+32
|
* Fix --list-formats description (Closes #2142)Philipp Hagemeister2014-01-131-1/+1
|