aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-02-21Jython support - handle *.class filesYen Chi Hsuan
2016-02-21[utils] Jython support - disable setproctitle() until ctypes is completeYen Chi Hsuan
2016-02-21[utils] Jython support: tolerate missing fcntl moduleYen Chi Hsuan
2016-02-21[postprocessor/embedthumbnail] Allow mkv to embed thumbnailsYen Chi Hsuan
Fixes #6046
2016-02-20[utils] mimetype2ext: return 'm4a' for 'audio/mp4' (fixes #8620)Jaime Marquínez Ferrándiz
The youtube extractor was using 'mp4' for them, therefore filters like 'bestaudio[ext=m4a]' stopped working (94278f720272c5ad2cd5900f59f8e71f31d46633 broke it).
2016-02-20[test_iqiyi_sdk_interpreter] Add test for iQiyi loginYen Chi Hsuan
2016-02-20[iqiyi] Support playlists (closes #8019)Yen Chi Hsuan
2016-02-20[faz] Future-proof XML element checkPhilipp Hagemeister
2016-02-20[Makefile] iQiyi login test requires networkYen Chi Hsuan
2016-02-20[iqiyi] Implement _login()Yen Chi Hsuan
Currently only email login supported
2016-02-20[utils] Add OHDave's RSA encryption functionYen Chi Hsuan
2016-02-20[appletrailers] Extend _VALID_URL (#8524)Yen Chi Hsuan
2016-02-20[test_YoutubeDL] Make test pass until more intelligent sort formats (Closes ↵Sergey M․
#8462)
2016-02-19[mtv] imporove duration extractionremitamine
2016-02-19[mtv] Extract duration from each playlist itemRiCON
RSS used instead of manifest files because it's exact to the millisecond with the video I tested while in manifest it's only exact to the second.
2016-02-19[README.md] Clarify verbose logSergey M
2016-02-19[pornhub] Fix thumbnail and duration extraction (Closes #8604)Sergey M․
2016-02-18[pornhub:playlistbase] Improve extract entriesSergey M․
2016-02-18[pornhub:user:videos] Add extractor (Closes #8548)Sergey M․
2016-02-18[francetv] Improve video id regex (Closes #8563)Sergey M․
2016-02-18[youtube:watchlater] Respect --no-playlistSergey M․
2016-02-18[youtube:watchlater] Improve _VALID_URL (Closes #8594)Sergey M․
2016-02-18[arte] Improve _VALID_URLsSergey M․
2016-02-18[arte:magazine] Improve (Closes #8473)Sergey M․
2016-02-18[arte:magazine] Add extractorThomas Jost
2016-02-18[cbsnews] use find_xpath_attrremitamine
2016-02-18[cbsnews] extract subtitle url from theplatform SMIL manifest(fixes #8568)remitamine
2016-02-18[dailymotion] Fix view count extractioncazulu
Fix view count parsing when the decimal marker is a whitespace, e.g. '101 101'
2016-02-17[vrt] Detect geo restrictionSergey M․
2016-02-17[vrt] Make formats extraction non fatal (Closes #8587)Sergey M․
2016-02-17[arte] Fix upload date extraction (Closes #8581)Sergey M․
2016-02-17[arte] PEP 8Sergey M․
2016-02-17[arte] Make sorting aware of en/es formatsSergey M․
2016-02-17[arte] Extend more _VALID_URLs for en and es supportSergey M․
2016-02-17[arte:+7] Fix extraction for react-based layoutSergey M․
2016-02-17[arte:+7] Add support for en and es URLsSergey M․
2016-02-16[orf:tvthek] Check formats (Closes #8580)Sergey M․
2016-02-16[xtube:user] Remove duplicated video idsSergey M․
2016-02-16[xtube] Fix extraction (Closes #8565)Sergey M․
2016-02-16[facebook] Improve error handling (#8572)Yen Chi Hsuan
2016-02-16[screenjunkies] Fix spellingSergey M․
2016-02-16Credit @TingPing for screenjunkies (#8505)Sergey M․
2016-02-16[iqiyi] Omit MD5 sums for the VIP-only videoYen Chi Hsuan
2016-02-16[youtube:searchurl] Extend _VALID_URLSergey M․
2016-02-15Credit @RobinHoutevelts for canvas subtiltes (#8537)Sergey M․
2016-02-15[screenjunkies] Improve, extract more metadata and workaround subscription ↵Sergey M․
(Closes #8505)
2016-02-15[screenjunkies] Add new extractorPatrick Griffis
This doesn't handle the plus only videos yet Closes #8492
2016-02-15[canvas] Add subtitles test (#8537)Sergey M․
2016-02-15[canvas] Improve subtitles (Closes #8537)Sergey M․
2016-02-15[Canvas] Add subtitlesRobin Houtevelts