Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-01-20 | Add infrastructure for paged lists | Philipp Hagemeister | |
This commit allows to download pages in playlists as needed instead of all at once. Before this commit, youtube-dl http://www.youtube.com/user/ANNnewsCH/videos --playlist-end 2 --skip-download took quite some time - now it's almost instantaneous. As an example, the youtube:user extractor has been converted. Fixes #2175 | |||
2014-01-20 | [youtube] Fall back to header if playlist title is not available | Philipp Hagemeister | |
Sometimes (in about 10% of requests), the og:title is missing for a weird reason. See #2170 for an example | |||
2014-01-20 | [myspace] More robust mediatype check | Philipp Hagemeister | |
2014-01-19 | [myspace] Add support for song urls (fixes #2040) | Jaime Marquínez Ferrándiz | |
2014-01-19 | [dropbox] Correct test case (#2171) | Philipp Hagemeister | |
2014-01-19 | [dropbox] PEP8 and simplify (#2171) | Philipp Hagemeister | |
2014-01-19 | Merge remote-tracking branch 'sahutd/master' | Philipp Hagemeister | |
2014-01-19 | Modified dropbox to reflect small changes | sahutd | |
2014-01-19 | Added support for Dropbox | sahutd | |
2014-01-18 | Merge pull request #2153 from jaimeMF/ffmpeg-merger-check-install | Philipp Hagemeister | |
Don’t try to merge the formats if ffmpeg or avconv are not installed | |||
2014-01-18 | added dropbox support | sahutd | |
2014-01-18 | Update __init__.py | sahutd | |
2014-01-18 | Added dropbox support. issue #2055 | sahutd | |
2014-01-17 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-01-17 | [extractor/common] Limit --write-pages filename to 200 chars | Philipp Hagemeister | |
This avoids problems with very long URLs. | |||
2014-01-17 | FFmpegMergerPP: Print an info message with the destination before running ffmpeg | Jaime Marquínez Ferrándiz | |
2014-01-17 | [cnn] Improve test | Philipp Hagemeister | |
2014-01-17 | release 2014.01.17.22014.01.17.2 | Philipp Hagemeister | |
2014-01-17 | [kankan] Skip test | Philipp Hagemeister | |
2014-01-17 | [kankan] Simplify | Philipp Hagemeister | |
2014-01-17 | [mixcloud] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | [mixcloud] Fix URL extraction | Philipp Hagemeister | |
2014-01-17 | [mpora] Fix uploader name extraction | Philipp Hagemeister | |
2014-01-17 | [ted] Updated checksums | Philipp Hagemeister | |
2014-01-17 | [ted] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | Remove youtube swf signature test | Philipp Hagemeister | |
Apparently, swf players are no longer in use. If we find one, we'll readd it. | |||
2014-01-17 | [condenast] Allow multiple formats, and sort centralized | Philipp Hagemeister | |
2014-01-17 | [condenast] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | [soundcloud] Use unicode_literals and centralized sorting | Philipp Hagemeister | |
2014-01-17 | [spankwire] Use centralized format sorting and unicode_literals | Philipp Hagemeister | |
2014-01-17 | [teamcoco] Use centralized sorting | Philipp Hagemeister | |
2014-01-17 | [teamcoco] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | [gamespot] Use unicode_literals | Philipp Hagemeister | |
2014-01-17 | [franceinter] Remove superfluous whitespace | Philipp Hagemeister | |
2014-01-17 | Credit @sahutd for franceinter (#2152) | Philipp Hagemeister | |
2014-01-17 | [franceinter] Minor improvements (#2152) | Philipp Hagemeister | |
2014-01-17 | [flickr] Use unicode literals | Philipp Hagemeister | |
2014-01-17 | Merge remote-tracking branch 'sahutd/master' | Philipp Hagemeister | |
2014-01-17 | release 2013.01.17.12013.01.17.1 | Philipp Hagemeister | |
2014-01-17 | [everyonesmixtape] Add support (Fixes #2161) | Philipp Hagemeister | |
2014-01-17 | release 2013.01.172013.01.17 | Philipp Hagemeister | |
2014-01-17 | [generic] Do not fetch XML URLs (Fixes #2162) | Philipp Hagemeister | |
2014-01-16 | [redtube] Make ‘http:’ not optional (closes #2160) | Jaime Marquínez Ferrándiz | |
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. | |||
2014-01-15 | Don’t try to merge the formats if ffmpeg or avconv are not installed | Jaime Marquínez Ferrándiz | |
2014-01-15 | Made modification as suggested on https://github.com/rg3/youtube-dl/pull/2151 | sahutd | |
2014-01-15 | franceinter [Issue #2105] | Saimadhav Heblikar | |
Added franceinterIE import to reflect addition of FranceInter support. Issue #2105 | |||
2014-01-15 | Added franceinter [Issue #2105] | Saimadhav Heblikar | |
2014-01-14 | Add a couple of missing http:// in test URLs | Filippo Valsorda | |
2014-01-14 | Implement a different adult sites checking algorithm | Filippo Valsorda | |
2014-01-13 | Fix --list-formats description (Closes #2142) | Philipp Hagemeister | |