aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
2015-05-24[youtube] Remove the nondash formats (fixes #5774)Jaime Marquínez Ferrándiz
Since we use fixed values for some fields like width and height they can be wrong, and would get picked by some formats filters. For example for https://www.youtube.com/watch?v=EQCrhbBxsjA the biggest height is 720 and for nondash formats it's set to 1440, so -f 'bestvideo[height>=1200]+bestaudio' would incorrectly pick the nondash format, instead it should report that the requested format is not available.
2015-05-22[sportbox] Remove unused importJaime Marquínez Ferrándiz
2015-05-22[nba] Fix duration extraction (fixes #5777)Yen Chi Hsuan
2015-05-22[sportbox] Fix extractionSergey M․
2015-05-22[shared] Fix for python 3.2Sergey M․
2015-05-22[shared] Fix for python 3.2Sergey M․
2015-05-22[rtve.es:alacarta] Fix for python 3.2Sergey M․
2015-05-22[chilloutzone] Fix for python 3.2Sergey M․
2015-05-21[videott] Fix for python 3.2Sergey M․
2015-05-21[viki] Extend _VALID_URLsSergey M․
2015-05-21[mitele] It now uses m3u8 (#5764)Jaime Marquínez Ferrándiz
It should also be possible to use Adobe HDS, but it would require more work.
2015-05-21[viki] remove unused importJaime Marquínez Ferrándiz
2015-05-21[viki] Fix typoSergey M․
2015-05-21[viki:channel] Extend matching URLs and extract moviesSergey M․
2015-05-21[viki:channel] Switch to APISergey M․
2015-05-21[viki] Add support for youtube externalsSergey M․
2015-05-21[viki] Switch extraction to APISergey M․
2015-05-20Merge branch 'ping-viki-shows'Sergey M․
2015-05-20[viki:channel] Extract title from JSONSergey M․
2015-05-20Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․
ping-viki-shows
2015-05-20[letv/sohu] Skip tests relying on external proxiesYen Chi Hsuan
The proxy is currently broken. See #5655 and zhuzhuor/Unblock-Youku#427
2015-05-19[ultimedia] Fix extractionSergey M․
2015-05-19[qqmusic] Unescape '\\n' in description (#5705)Yen Chi Hsuan
2015-05-19[yahoo] Add support for closed captions (closes #5714)Yen Chi Hsuan
2015-05-18[vier] Fix extractionSergey M․
2015-05-18[vuclip] Fix extractionSergey M․
2015-05-18[vulture] Fix extractionSergey M․
2015-05-18[wimp] Fix youtube extraction (Closes #5690)Sergey M․
2015-05-18[xminus] Fix extractionSergey M․
2015-05-18[instagram] Only recognize https urls (fixes #5739)Jaime Marquínez Ferrándiz
http urls redirect to them.
2015-05-17[viki] Change IE name to channel, better message outputping
2015-05-17[tv2:article] Add extractor (Closes #5724)Sergey M․
2015-05-17[tv2] Add extractor (#5724)Sergey M․
2015-05-17[extractor/common] Relax valid url check verbositySergey M․
2015-05-17Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․
ping-viki-shows
2015-05-17[viki] Add proper paging and include clipsping
2015-05-16[sbs] Remove unused importJaime Marquínez Ferrándiz
2015-05-16Merge branch 'viki-shows' of https://github.com/ping/youtube-dl into ↵Sergey M․
ping-viki-shows
2015-05-16[espn] Add extractor (#4396)Sergey M․
Unfinished
2015-05-16[sbs] Fix extraction (Closes #5725)Sergey M․
2015-05-16[ooyala] Fix unresolved referenceSergey M․
2015-05-16[ooyala:external] Add extractorSergey M․
2015-05-16[viki] Fix code formatping
2015-05-16[viki] Add support for showsping
2015-05-15Merge pull request #5717 from blissland/masterSergey M.
[CBSNewsIE] Relax thumbnail regex so test passes
2015-05-15[rts] Check formats (Closes #5711)Sergey M․
2015-05-15[generic] Fix typoSergey M․
2015-05-15Merge branch 'maddoger-sportbox-fix'Sergey M․
2015-05-15[generic] Add test for sportbox embedsSergey M․
2015-05-15[generic] Add support for sportbox embedsSergey M․