Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-13 | Fix imports and general cleanup | Philipp Hagemeister | |
· Import from compat what comes from compat. Yes, some names are available in utils too, but that's an implementation detail. · Use _match_id consistently whenever possible · Fix some outdated tests · Use consistent valid URL (always match the whole protocol, no ^ at start required) · Use modern test definitions | |||
2014-12-13 | [streamcz] Update extractor | Philipp Hagemeister | |
2014-12-13 | [5min] Remove helper method and modernize | Philipp Hagemeister | |
Previously, other extractor would go call a private(!) helper method. Instead, just hardcode the 5min:video_id format - it's not if that would ever change. | |||
2014-12-12 | [youtube:playlist] Remove unused property | Jaime Marquínez Ferrándiz | |
2014-12-12 | [youtube:channel] Fix extraction (fixes #4435) | Jaime Marquínez Ferrándiz | |
It uses now the same pagination system as playlists | |||
2014-12-12 | [urort] Update to new multi-format protocol | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] Add unicode_literals declaration | Philipp Hagemeister | |
2014-12-12 | [urort] Modernize | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] Adapt c62159ea91a04ef82560472b254aef1cc9f70a11 | Philipp Hagemeister | |
2014-12-12 | [comcarcoff] (#4454) | Philipp Hagemeister | |
2014-12-12 | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | |
2014-12-12 | [ooyala] Remove test md5sums | Philipp Hagemeister | |
2014-12-12 | [ninegag] Test for additional properties | Philipp Hagemeister | |
2014-12-12 | comediansincarsgettingcoffee.com support | felix | |
2014-12-12 | [pornotube] Adapt to new interface | Philipp Hagemeister | |
2014-12-12 | [rtp] Add new extractor (Closes #4382) | Naglis Jonaitis | |
2014-12-12 | [nowvideo] Add .li domain (Closes #4453) | Sergey M․ | |
2014-12-12 | [groupon] Add extractor (Fixes #4386) | Philipp Hagemeister | |
2014-12-12 | [ebaumsworld] Modernize | Philipp Hagemeister | |
2014-12-12 | [nbc] Fix extraction (Closes #4441) | Sergey M․ | |
2014-12-12 | Remove unused imports | Philipp Hagemeister | |
2014-12-12 | [giantbomb] Add extractor (Closes #4432) | Sergey M․ | |
2014-12-12 | [cnet] Update to new theplatform infrastructure (Fixes #2736) | Philipp Hagemeister | |
2014-12-12 | [goldenmoustache] Remove view count | Philipp Hagemeister | |
view count is not present anymore, so we can't extract it. | |||
2014-12-12 | [channel9] Do not return compat_list results anymore | Philipp Hagemeister | |
2014-12-12 | [helsinki] Fix extraction | Philipp Hagemeister | |
2014-12-12 | [goshgay] Fix extraction | Philipp Hagemeister | |
2014-12-12 | [goshgay] Modernize | Philipp Hagemeister | |
2014-12-12 | [howstuffworks] Parse only once, but right (#4383) | Philipp Hagemeister | |
2014-12-12 | Merge remote-tracking branch 'Tithen-Firion/hsw-update' | Philipp Hagemeister | |
2014-12-12 | Remove unused imports | Philipp Hagemeister | |
2014-12-12 | [vine] Provide alt_title (Fixes #4448) | Philipp Hagemeister | |
2014-12-12 | [vine] Modernize | Philipp Hagemeister | |
2014-12-12 | [cinchcast] Add new extractor (Fixes #4428) | Philipp Hagemeister | |
2014-12-12 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-12 | [screenwavemedia] Simplify (#3766) | Philipp Hagemeister | |
2014-12-11 | [pornhd] Adapt to new sources scheme (Fixes #4446) | Philipp Hagemeister | |
2014-12-11 | [mixcloud] Fix metadata extraction (fixes #4443) | Jaime Marquínez Ferrándiz | |
2014-12-11 | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | |
2014-12-11 | [zdf:channel] Simplify (#4427) | Philipp Hagemeister | |
2014-12-11 | Merge remote-tracking branch 'akretz/master' | Philipp Hagemeister | |
2014-12-11 | [youtube] Amend test | Philipp Hagemeister | |
2014-12-11 | [youtube] Do not warn if DASH manifest is missing (#4442) | Philipp Hagemeister | |
2014-12-11 | [youtube] Make category optional (#4442) | Philipp Hagemeister | |
2014-12-11 | Merge remote-tracking branch 'akretz/youtube_fix' | Philipp Hagemeister | |
2014-12-11 | [youtube] Add test case for #4431 | Philipp Hagemeister | |
2014-12-11 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-11 | [tvplay] Don't raise an exception if `is_geo_blocked` is True | Naglis Jonaitis | |
Videos which return `is_geo_blocked' to be True can actually be downloaded from the country to which the video is restricted | |||
2014-12-11 | [youtube] The case that 'url_encoded_fmt_stream_map' or 'adaptive_fmts' is ↵ | Adrian Kretz | |
the empty string is handled accordingly (fixes #4431) | |||
2014-12-11 | [ntv] Rename `flash_ver` to `flash_version` in the format dict | Naglis Jonaitis | |
RTMP downloader uses `flash_version` |