Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-21 | [livestream] Fix events extraction (fixes #1467) | Jaime Marquínez Ferrándiz | |
2013-09-21 | [dailymotion] Add an extractor for users (closes #1476) | Jaime Marquínez Ferrándiz | |
2013-09-21 | [dailymotion] Raise ExtractorError if the dailymotion response reports an error | Jaime Marquínez Ferrándiz | |
2013-09-21 | Warn if no locale is set (#1474) | Philipp Hagemeister | |
2013-09-21 | Merge branch 'master' of github.com:rg3/youtube-dl | Philipp Hagemeister | |
2013-09-21 | Abort if extractaudio is given without a variable extension (#1470) | Philipp Hagemeister | |
2013-09-21 | [southparkstudios] add support for ↵ | Jaime Marquínez Ferrándiz | |
http://www.southparkstudios.com/full-episodes/* urls (closes #1469) | |||
2013-09-21 | [southparkstudios] Fix mgid extraction | Jaime Marquínez Ferrándiz | |
2013-09-20 | release 2013.09.20.12013.09.20.1 | Philipp Hagemeister | |
2013-09-20 | Add an extractor for ebaumsworld.com (closes #1462) | Jaime Marquínez Ferrándiz | |
2013-09-20 | [youtube] add algo for length 91 | Jaime Marquínez Ferrándiz | |
2013-09-20 | Catch socket.error before IOError | Jaime Marquínez Ferrándiz | |
Since python 2.6 it's a child class. | |||
2013-09-20 | [funnyordie] Fix video url extraction | Jaime Marquínez Ferrándiz | |
2013-09-20 | release 2013.09.202013.09.20 | Philipp Hagemeister | |
2013-09-19 | Unable to decrypt signature length 93 (fixes #1461) | patrickslin | |
2013-09-18 | [fktv] support videos splitted in any number of parts and some style changes | Jaime Marquínez Ferrándiz | |
2013-09-18 | Merge pull request #1438 from rzhxeo/fktv | Jaime Marquínez Ferrándiz | |
Add support for http://fernsehkritik.tv | |||
2013-09-18 | [youtube] apply the fix for lists with number of videos multiple of ↵ | Jaime Marquínez Ferrándiz | |
_MAX_RESULTS to user extraction Copied from the playlist extractor. | |||
2013-09-18 | Credit @Ruirize for newgrounds | Philipp Hagemeister | |
2013-09-18 | [newgrounds] simplify | Philipp Hagemeister | |
2013-09-18 | Changed file hash. | Ruirize | |
2013-09-18 | Fixes test fail | Ruirize | |
Was unaware of --id being passed to test. | |||
2013-09-18 | Added Newgrounds support | Ruirize | |
2013-09-18 | Clarify -i help (#1453) | Philipp Hagemeister | |
2013-09-17 | XHamsterIE: Fix support for new HD video url format and add test (closes PR ↵ | rzhxeo | |
#1443) | |||
2013-09-17 | [francetv] Remove Pluzz test | Jaime Marquínez Ferrándiz | |
Videos expire in 7 days | |||
2013-09-17 | [hotnewhiphop] Fix test case title | Jaime Marquínez Ferrándiz | |
2013-09-17 | [youtube] Don't search the flash player version for videos with age gate ↵ | Jaime Marquínez Ferrándiz | |
activated | |||
2013-09-17 | release 2013.09.172013.09.17 | Philipp Hagemeister | |
2013-09-17 | Update 85 signature (Fixes #1449) | Philipp Hagemeister | |
This is the first signature algorithm to have been parsed automatically, although that only works for HTML5 players for now, and is not yet integrated into master. | |||
2013-09-16 | Add an extractor for vice.com (closes #1051) | Jaime Marquínez Ferrándiz | |
2013-09-16 | [ooyala] prefer ipad url | Jaime Marquínez Ferrándiz | |
It has better quality with m3u8 manifests | |||
2013-09-16 | Add an extractor for Bloomberg (closes #1436) | Jaime Marquínez Ferrándiz | |
2013-09-16 | [ooyala] add support for more type of video urls, like m3u8 manifests. | Jaime Marquínez Ferrándiz | |
2013-09-16 | Add FKTV extractor | rzhxeo | |
2013-09-16 | Add FKTV extractor | rzhxeo | |
Support for Fernsehkritik-TV (incl. Postecke) | |||
2013-09-16 | Always correct encoding when writing to sys.stderr (Fixes #1435) | Philipp Hagemeister | |
2013-09-16 | release 2013.09.162013.09.16 | Philipp Hagemeister | |
2013-09-15 | Add an extractor for southparkstudios.com (closes #1434) | Jaime Marquínez Ferrándiz | |
It uses the MTV system | |||
2013-09-15 | Merge pull request #1422 from rzhxeo/xhamster | Jaime Marquínez Ferrándiz | |
XHamsterIE: Add support for new URL format (download in hd by default) | |||
2013-09-15 | [youtube] support youtube.googleapis.com/v/* urls (fixes #1425) | Jaime Marquínez Ferrándiz | |
2013-09-14 | [soundcloud] Add an extractor for users (closes #1426) | Jaime Marquínez Ferrándiz | |
2013-09-14 | Set the ext field for each format | Jaime Marquínez Ferrándiz | |
2013-09-14 | [mixcloud] Rewrite extractor (fixes #278) | Jaime Marquínez Ferrándiz | |
2013-09-14 | Now --all-sub is a modifier to --write-sub and --write-auto-sub (closes #1412) | Jaime Marquínez Ferrándiz | |
For keeping backwards compatibility --all-sub sets --write-sub if --write-auto-sub is not given | |||
2013-09-14 | [googleplus] Fix upload date extraction | Jaime Marquínez Ferrándiz | |
2013-09-14 | XHamsterIE: Add support for new URL format | rzhxeo | |
2013-09-13 | [ustream] Simplify channel extraction | Jaime Marquínez Ferrándiz | |
the ChannelParser has been moved to a new function in utils get_meta_content Instead of the SocialStreamParser now it uses a regex | |||
2013-09-13 | Merge pull request #1413 from tewe/master | Jaime Marquínez Ferrándiz | |
Add Ustream channel support | |||
2013-09-13 | Merge pull request #1409 from JohnyMoSwag/master (closes #1404) | Jaime Marquínez Ferrándiz | |
added kickstarter IE |