aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2013-09-17Update 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-16Add an extractor for vice.com (closes #1051)Jaime Marquínez Ferrándiz
2013-09-16[ooyala] prefer ipad urlJaime Marquínez Ferrándiz
It has better quality with m3u8 manifests
2013-09-16Add 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-16Always correct encoding when writing to sys.stderr (Fixes #1435)Philipp Hagemeister
2013-09-16release 2013.09.162013.09.16Philipp Hagemeister
2013-09-15Add an extractor for southparkstudios.com (closes #1434)Jaime Marquínez Ferrándiz
It uses the MTV system
2013-09-15Merge pull request #1422 from rzhxeo/xhamsterJaime 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-14Set the ext field for each formatJaime Marquínez Ferrándiz
2013-09-14[mixcloud] Rewrite extractor (fixes #278)Jaime Marquínez Ferrándiz
2013-09-14Now --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 extractionJaime Marquínez Ferrándiz
2013-09-14XHamsterIE: Add support for new URL formatrzhxeo
2013-09-13[ustream] Simplify channel extractionJaime 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-13Merge pull request #1413 from tewe/masterJaime Marquínez Ferrándiz
Add Ustream channel support
2013-09-13Merge pull request #1409 from JohnyMoSwag/master (closes #1404)Jaime Marquínez Ferrándiz
added kickstarter IE
2013-09-13Merge pull request #1350 from Jaiz909/description-keyerror-fixJaime Marquínez Ferrándiz
Fixed issue #1277 KeyError when no description.
2013-09-12[gamespot] Update test video titleJaime 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-12Add Ustream channel supporttewe
2013-09-12[funnyordie] fix video url extractionJaime Marquínez Ferrándiz
2013-09-12release 2013.09.122013.09.12Philipp Hagemeister
2013-09-12Check for both automatic captions and subtitles with options `--write-sub` ↵Jaime Marquínez Ferrándiz
and `--write-auto-sub` (fixes #1224)
2013-09-11added kickstarter IEJohny Mo Swag
2013-09-11[youtube] Fix detection of videos with automatic captionsJaime 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-11Credit @iemejiaJaime Marquínez Ferrándiz
2013-09-11Merge 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 subtitlesJaime 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 SubtitlesInfoExtractorJaime 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 YoutubeIEJaime Marquínez Ferrándiz
2013-09-11[subtitles] made inheritance hierarchy flat as requestedIsmael Mejia
2013-09-11Merge branch 'master' into subtitles_reworkIsmael Mejia
2013-09-11release 2013.11.092013.11.09Philipp 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-10Wrong property namePierre Rudloff
2013-09-10Add an extractor for pluzz.francetv.fr (closes PR #1399)Pierre Rudloff
2013-09-10release 2013.09.102013.09.10Philipp Hagemeister
2013-09-10Add an extractor for Slideshare (closes #1400)Jaime Marquínez Ferrándiz
2013-09-09[sohu] add support for my.tv.sohu.com urls (fixes #1398)Jaime Marquínez Ferrándiz
2013-09-09Fix the minutes part in FileDownloader.format_seconds (fixed #1397)Jaime Marquínez Ferrándiz
It printed for the minutes the result of (seconds // 60)
2013-09-09[youtube] Modify the regex to match ids of length 11 (fixes #1396)Jaime Marquínez Ferrándiz
In urls like http://www.youtube.com/watch?v=BaW_jenozKcsharePLED17F32AD9753930 you can't split the query string and ids always have that length.