aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl
AgeCommit message (Collapse)Author
2016-01-20[OraTV] update extractorCeruleanSky
"current" is now "video" "hls_stream" is now hls_stream without quotes video_id is now id duration for current video is not present(for other videos it is) modified regex to find hls_stream variable to work reguardless of whether it is quoted or not. [ora] Improve (Closes #8273)
2016-01-20[tube8] Extract duration and modernizeSergey M․
2016-01-20[tube8] Fix extraction and extract all formats (Closes #8281)Sergey M․
2016-01-19[downloader/hls] Ask ffmpeg to quit when interrupting youtube-dl with ↵Jaime Marquínez Ferrándiz
'Ctrl+C' (#8252) Otherwise the mp4 file can't be played.
2016-01-20[neteasemusic] Use float_or_noneYen Chi Hsuan
2016-01-20Merge branch 'patch-8239' of https://github.com/ping/youtube-dl into ↵Yen Chi Hsuan
ping-patch-8239
2016-01-20Merge branch 'FounderSG-Weiqitv'Yen Chi Hsuan
2016-01-20[weiqitv] Use single quotesYen Chi Hsuan
2016-01-20[weiqitv] Rename the extractor - capitilize 'TV'Yen Chi Hsuan
2016-01-20[weiqitv] Make codes shorterYen Chi Hsuan
2016-01-20[letv] LetvCloud: Detect ext instead of the hardcoded oneYen Chi Hsuan
2016-01-20[letv] LetvCloud: make title looks like a titleYen Chi Hsuan
2016-01-20[letv] LetvCloud: simplify and improve _VALID_URLYen Chi Hsuan
2016-01-20[letv] LetvCloud: check error messages from serverYen Chi Hsuan
2016-01-20[letv] LetvCloud: guard against invalid URLsYen Chi Hsuan
2016-01-20[letv] Use single quotesYen Chi Hsuan
2016-01-20[letv] Reduce duplicated codesYen Chi Hsuan
2016-01-20[viewster] Tolerate missing synopsis (Closes #8274)Sergey M․
2016-01-19[lemonde] Add extractorSergey M․
2016-01-19[ultimedia] Rename to digitekaSergey M․
2016-01-19[ultimedia] Extend _VALID_URL to support digitekaSergey M․
2016-01-19Merge branch 'Weiqitv' of https://github.com/FounderSG/youtube-dl into ↵Yen Chi Hsuan
FounderSG-Weiqitv
2016-01-19[extractor/generic] Extend dailymotion embed regexSergey M․
2016-01-19[dailymotion] Extend _VALID_URLSergey M․
2016-01-19[youtube] Skip testSergey M․
2016-01-19[youtube] Capture and output unavailable messageSergey M․
2016-01-18[youtube] Clarify test_Youtube_18Sergey M․
2016-01-18[youtube] Fix URL expansion in video descriptionSergey M․
Fixes test_Youtube_18
2016-01-17[atresplayer] Skip HLS completely (Closes #8261)Sergey M․
2016-01-17[ustream] Use HTTPS for GitHub URLJakub Wilk
2016-01-17[neteasemusic] Fallback to alt hosts if m5.music.126.net doesn't workping
2016-01-17[ae] Rename to aenetworks and clarify extractor name and descriptionSergey M․
2016-01-16[compat] Clarify the versions requiring compat_kwargsYen Chi Hsuan
It's supported since 2.7.0 alpha 1 and 2.6.5 rc 1. See https://hg.python.org/cpython/file/v2.7a1/Misc/NEWS#l337 https://hg.python.org/cpython/file/v2.6.5rc1/Misc/NEWS#l28
2016-01-16[ae] Fix _TESTSYen Chi Hsuan
2016-01-16[bbc] Use _search_json_ldYen Chi Hsuan
2016-01-16[extractor/common] Allow passing more parameters to _search_json_ldYen Chi Hsuan
2016-01-16Fixes #8239ping
2016-01-16[YoutubeDL] Ensure protocol is always presentSergey M․
2016-01-16[YoutubeDL] Introduce CSS3 like string operatorsYen Chi Hsuan
2016-01-16Merge pull request #8246 from dstftw/initial-json-ld-metadata-supportSergey M
Initial JSON-LD metadata extraction support
2016-01-16Merge pull request #8245 from dstftw/auto-generate-title-fieldsSergey M
[YoutubeDL] Auto generate title fields corresponding to the *_number fields
2016-01-16[cultureunplugged] Improve (Closes #8060)Sergey M․
2016-01-16[zippcast] Improve (Closes #8198)Sergey M․
2016-01-16'[ZippCast] Add new extractor'ckuu
Closes rg3/youtube-dl#6591
2016-01-15release 2016.01.152016.01.15Philipp Hagemeister
2016-01-16[ae] Use JSON-LD for TV series metadataSergey M․
2016-01-16[extractor/common] Add initial support for JSON-LD metadata extraction into ↵Sergey M․
info_dict
2016-01-16[YoutubeDL] Auto generate title fields corresponding to the *_number fieldsSergey M․
Auto generate title fields corresponding to the *_number fields when missing in order to always have clean titles. This is very common for TV series.
2016-01-15[cwtv] Add new extractorremitamine
2016-01-15[ae] Improve _VALID_URLSergey M․