Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-15 | [youtube:playlist] Work around buggy playlists (fixes #4449) | Jaime Marquínez Ferrándiz | |
They show a "Load more" button, but they don't have more videos. The continuation url in the json file was a link to itself, so we ended up in an infinite loop. | |||
2014-12-15 | Remove unused imports | Jaime Marquínez Ferrándiz | |
2014-12-15 | [streamcloud] Modernize | Naglis Jonaitis | |
2014-12-15 | [mooshare] Modernize | Naglis Jonaitis | |
2014-12-14 | [yesjapan] Look for datetime inside `submit_info` | Naglis Jonaitis | |
Oops.. | |||
2014-12-14 | [yesjapan] Add new extractor (Closes #4466) | Naglis Jonaitis | |
2014-12-14 | [youtube] Fix player ID detection | Philipp Hagemeister | |
2014-12-14 | [rtp] Also match e-id-less URLs (#4382) | Philipp Hagemeister | |
2014-12-13 | [bandcamp:album] Do not match plain Bandcamp URLs (#4461) | Philipp Hagemeister | |
The _VALID_URL 1fa174692aae06406c9524fec392a131f10c68fe is to broad, since it matches everything beginning with bandcamp.com. | |||
2014-12-13 | Merge remote-tracking branch 'fstirlitz/master' | Philipp Hagemeister | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-13 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2014-12-14 | [restudy] Simplify and extract all formats | Sergey M․ | |
2014-12-13 | [Restudy] Add new extractor for restudy.dk | Mathias Rav | |
2014-12-14 | [bandcamp:album] Make path optional (Closes #4461) | Sergey M․ | |
2014-12-13 | [bbccouk] Fix vpid warning | Sergey M․ | |
2014-12-13 | [adultswim] Improve segment duration extraction | Sergey M․ | |
2014-12-13 | [orf] Modernize | Philipp Hagemeister | |
2014-12-13 | [keek] remove unused import | Philipp Hagemeister | |
2014-12-13 | [keek] Modernize and extract uploader | Philipp Hagemeister | |
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 | [comcarcoff] add webpage_url datum | felix | |
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 | |