aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2017-04-25[iqiyi] Fix extraction of Yule videosYen Chi Hsuan
2017-04-24[downloader/fragment] Improve .ytdl format and start documentingSergey M․
2017-04-24[downloader/fragment] Don't process ytdl file when it's not needed yetSergey M․
2017-04-24Introduce --keep-fragmentsSergey M․
2017-04-24[downloader/fragment] Use temp file for current fragmentSergey M․
2017-04-24[YoutubeDL] Fix output template for missing timestamp (closes #12796)Sergey M․
2017-04-23[extractor/common] Rephrase commentSergey M․
2017-04-23[test_InfoExtractor] Add m3u8 parsing test for NAME attribute in ↵Sergey M․
EXT-X-STREAM-INF tag
2017-04-23[vidio] Improve and sort formatsSergey M․
2017-04-23[extractor/common] Use float for scaled tbrSergey M․
2017-04-22[brightcove] match only video elements with data-video-id attributeRemita Amine
2017-04-22[downloader/fragment] remove unused codeRemita Amine
2017-04-22[downloader/fragment] use the documented names for fragment progress_hooks ↵Remita Amine
fields
2017-04-22[iqiyi] Fix playlist detection (#12504)Yen Chi Hsuan
2017-04-22[socks] Report errors elegantly when credentails are required but missingYen Chi Hsuan
In some non-standard implementations, the server may respond AUTH_USER_PASS even if's not listed in available authentication methods. (it should respond AUTH_NO_ACCEPTABLE per standards)
2017-04-22[azubu] Remove extractor as the site is gone (closes #12813)Yen Chi Hsuan
2017-04-22[porn91] Fix extraction (closes #12814)Yen Chi Hsuan
2017-04-22[extractor/common] Improve m3u8 extraction (closes #12211)Sergey M․
* Extract m3u8 parsing to separate method * Improve rendition groups extraction * Build stream name according stream GROUP-ID * Ignore reference to AUDIO group without URI when stream has no CODECS + Add test coverage for parsing m3u8 from #11507, #11995, #12211 and twitch vod
2017-04-21[vidzi] Fix extraction (closes #12793)Sergey M․
2017-04-20[amp] extract error message(closes #12795)Remita Amine
2017-04-19[downloader/fragment] use a general file to store fragment download contextRemita Amine
2017-04-19[brightcove] PEP 8Sergey M․
2017-04-19[utils] add support for ttml stylesRemita Amine
2017-04-19[fragment,hls,f4m,dash,ism] improve fragment downloadingRemita Amine
- resume immediately - no need to concatenate segments and decrypt them on every resume - no need to save temp files for segments and for hls downloader: - no need to download keys for segments that already downloaded
2017-04-19[odnoklassniki] update testsRemita Amine
2017-04-18[xfileshare] Add support for gorillavid.com and daclips.com (closes #12776)Sergey M․
2017-04-18[instagram] Fix extraction (closes #12777)Sergey M․
2017-04-18[extractor/common] Add support multiple getters in try_getSergey M․
2017-04-18[extractor/common] Add support for video of WebPage context in _json_ld ↵Sergey M․
(closes #12778)
2017-04-18[brightcove] Support URLs with bcpid instead of playerIDYen Chi Hsuan
Fixes #12482
2017-04-18[brightcove] Fix _extract_url (closes #12782)Sergey M․
2017-04-17[common] Relax JWPlayer regex and remove duplicate urls(#12768)Remita Amine
2017-04-16[odnoklassniki] extract m3u8 formatsRemita Amine
2017-04-17release 2017.04.172017.04.17Sergey M․
2017-04-17[extractor/generic] Add test for #12761Sergey M․
2017-04-17[limelight] Add support for channels and channels lists embedded using ↵Sergey M․
LimelightEmbeddedPlayerFlash (#12761)
2017-04-17[limelight] Improve embeds extraction (closes #12761)Sergey M․
* Move extraction code to extractor * Add extraction for LimelightEmbeddedPlayerFlash embeds * Extract multiple video
2017-04-16[itv] Extract series metadataSergey M․
2017-04-16[itv] Fix rtmp formats (#12759)Sergey M․
2017-04-16[itv] Use native hlsSergey M․
2017-04-16[itv] Lower preference for rtmp formats (closes #12759)Sergey M․
2017-04-15Merge pull request #12752 from triple-j/go90_improvements_pull_requestremitamine
[go90] Improve extraction
2017-04-15[go90] Improve extractionJeremie J. Jarosh
- add metadata for 'series', 'episode', 'season', 'season_id', 'season_number', and 'episode_number' - integrate series title into the title - extract subtitles (fallback to `vtt` if the subtitle file type detection fails as that is the most likely extension)
2017-04-16release 2017.04.162017.04.16Sergey M․
2017-04-16[YoutubeDL] Apply expand_path after output template substitutionSergey M․
os.path.expandvars translates '%%' into '%' making output template invalid. Before: '%%(ext)s' -(expand path)-> '%(ext)s' -(outtmpl subst.)-> 'mp4' After: '%%(ext)s' -(outtmpl subst.)-> '%(ext)s' -(expand path)-> '%(ext)s'
2017-04-16[YoutubeDL] Propagate overridden metadata to IE results of type url (closes ↵Sergey M․
#11163)
2017-04-16[extractor/generic] Extract RSS entries as url_transparent (#11163)Sergey M․
2017-04-15[streamango] Improve extraction (closes #12643)Sergey M․
2017-04-15[streamango] Add extractorMarvin Ewald
2017-04-15[wsj] Improve and modernize (closes #12558)Sergey M․