Age | Commit message (Collapse) | Author | |
---|---|---|---|
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-16 | [devscripts/release] temporary workarounds | Philipp Hagemeister | |
2013-09-16 | Merge remote-tracking branch 'origin/master' | Philipp Hagemeister | |
2013-09-16 | Starts of a Windows service | 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 | |||
2013-09-13 | Merge pull request #1350 from Jaiz909/description-keyerror-fix | Jaime Marquínez Ferrándiz | |
Fixed issue #1277 KeyError when no description. | |||
2013-09-13 | [buildserver] Service installation and uninstallation | Philipp Hagemeister | |
2013-09-12 | [gamespot] Update test video title | Jaime Marquínez Ferrándiz | |
2013-09-12 | [youtube] update algo for length 82 (fixes #1416) | Jaime Marquínez Ferrándiz | |
2013-09-12 | [canalplust] accept urls that don't include the video id (fixes #1415), ↵ | Jaime Marquínez Ferrándiz | |
extract more info and update test | |||
2013-09-12 | [buildserver] Rely on repository license | Philipp Hagemeister | |
2013-09-12 | Add original buildserver from @fraca7 | Philipp Hagemeister | |
2013-09-12 | Add Ustream channel support | tewe | |
2013-09-12 | [funnyordie] fix video url extraction | Jaime Marquínez Ferrándiz | |
2013-09-12 | release 2013.09.122013.09.12 | Philipp Hagemeister | |
2013-09-12 | Check for both automatic captions and subtitles with options `--write-sub` ↵ | Jaime Marquínez Ferrándiz | |
and `--write-auto-sub` (fixes #1224) | |||
2013-09-11 | added kickstarter IE | Johny Mo Swag | |
2013-09-11 | [youtube] Fix detection of videos with automatic captions | Jaime Marquínez Ferrándiz | |
2013-09-11 | [subtitles] Also list the available automatic captions languages with ↵ | Jaime Marquínez Ferrándiz | |
'--list-sub' | |||
2013-09-11 | [youtube] Support automatic captions with original language different from ↵ | Jaime Marquínez Ferrándiz | |
English (fixes #1225) and download in multiple languages. | |||
2013-09-11 | Credit @iemejia | Jaime Marquínez Ferrándiz | |
2013-09-11 | Merge branch 'subtitles_rework' (closes PR #1326) | Jaime Marquínez Ferrándiz | |
2013-09-11 | [howcast] Do not download from http://www.howcast.com/videos/{video_id} | Jaime Marquínez Ferrándiz | |
It takes too much to follow the redirection. | |||
2013-09-11 | [subtitles] Use self._download_webpage for extracting the subtitles | Jaime Marquínez Ferrándiz | |
It raises ExtractorError for the same exceptions we have to catch. | |||
2013-09-11 | [subtitles] Simplify the extraction of subtitles in subclasses and remove ↵ | Jaime Marquínez Ferrándiz | |
NoAutoSubtitlesInfoExtractor Subclasses just need to call the method extract_subtitles, which will call _extract_subtitles and _request_automatic_caption Now the default implementation of _request_automatic_caption returns {}. | |||
2013-09-11 | [subtitles] rename SubitlesIE to SubtitlesInfoExtractor | Jaime Marquínez Ferrándiz | |
Otherwise it can be automatically detected as a IE ready for use. | |||
2013-09-11 | [youtube] move subtitles methods from the base extractor to YoutubeIE | Jaime Marquínez Ferrándiz | |
2013-09-11 | [subtitles] made inheritance hierarchy flat as requested | Ismael Mejia | |
2013-09-11 | Merge branch 'master' into subtitles_rework | Ismael Mejia | |
2013-09-11 | In the supported sites page, sort the extractors in case insensitive | Jaime Marquínez Ferrándiz | |
2013-09-11 | release 2013.11.092013.11.09 | Philipp Hagemeister | |
2013-09-11 | [youtube] update algo for length 85 (fixes #1408 and fixes #1406) | Jaime Marquínez Ferrándiz | |
2013-09-10 | [francetv] Add an extractor for francetvinfo.fr (closes #1317) | Jaime Marquínez Ferrándiz | |
It uses the same system as Pluzz, create a base class for both extractors. | |||
2013-09-10 | Merge pull request #1402 from Rudloff/canalc2 | Philipp Hagemeister | |
Wrong property name | |||
2013-09-10 | Wrong property name | Pierre Rudloff | |
2013-09-10 | Add an extractor for pluzz.francetv.fr (closes PR #1399) | Pierre Rudloff | |
2013-09-10 | release 2013.09.102013.09.10 | Philipp Hagemeister | |
2013-09-10 | Add an extractor for Slideshare (closes #1400) | Jaime Marquínez Ferrándiz | |