Commit Graph

11854 Commits (7a93ab5f3f1535efc948376869f61716ed2af1f0)
 

Author SHA1 Message Date
Sergey M․ 7a93ab5f3f [extractor/common] Introduce music album metafields
Philipp Hagemeister c41cf65d4a release 2016.04.06
Jaime Marquínez Ferrándiz ec4a4c6fcc Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes )
It isn't included in the tar file, causing build failures.
Since it's only used for GitHub, I think we don't need to store it in the tar file.
Jaime Marquínez Ferrándiz be0c7009fb Makefile: use full path for the ISSUE_TEMPLATE.md file
Yen Chi Hsuan 92d5477d84 [compat] Handle tuples properly in urlencode()
Fixes 
Yen Chi Hsuan 8790249c68 [iqiyi] Improve error detection for VIP-only videos
Closes 
Philipp Hagemeister 416930d450 release 2016.04.05
Sergey M․ 65150b41bb [deezer] Fix extraction (Closes )
Sergey M․ e42f413716 [rte] Improve thumbnail extraction (Closes )
Sergey M․ 40a056d85d [extractor/__init__] Remove novamov extractor and sort novamov based extractors alphabetically
Sergey M․ e7d77efb9d [auroravid] Add extractor (Closes )
Sergey M․ 995cf05c96 [novamov] Make title fatal
Jaime Marquínez Ferrándiz 5bf28d7864 [utils] dfxp2srt: add additional namespace
Used by the ZDF subtitles ().
Jaime Marquínez Ferrándiz 8c7d6e8e22 [zdf] Extract subtitles (closes )
Sergey M․ 6d4fc66bfc [youtube] Add support for zwearz (Closes )
remitamine 23576edbfc [brightcove:legacy] skip None value for uploader_id
remitamine 4d4cd35f48 [brightcove:legacy] extract uploader_id as a string
remitamine 3aac9b2fb1 [nowness] update tests
remitamine e47d19e991 [brightcove:new] extract subtitles and strip video title
remitamine 41f5492fbc [brightcove:legacy] improve format extraction and extract uploader_id, duration and timestamp
Jaime Marquínez Ferrándiz 2defa7d75a [instagram:user] Fix extraction (fixes )
The URL for the next page was incorrect and we always got the same page, therefore it got trapped in an infinite loop.
Sergey M․ bbc26c8a01 [bbc] Set vcodec to none for audio formats
Sergey M․ b507cc925b [extractor/common] Carry long line
Sergey M․ db8ee7ec05 [extractor/common] Fix numeric identifiers conversion in DASH URL templates
remitamine 08136dc138 [brightcove] fix format sorting
remitamine fe7ef95e91 [cbsinteractive] Add support for ZDNet videos
remitamine 5f705baf5e [cnet] extract more formats
remitamine 0750b2491f [ffmpeg] try to convert tt subtitles usng dfxp2srt
remitamine df634be2ed [common] prefer using mime type over ext for smil subtitle extraction
the subtitle ext for http://www.cnet.com/videos/download-amazon-prime-movies-and-tv/
is adb_xml while using the mime type it get tt(application/smptett+xml)
Jaime Marquínez Ferrándiz 6d628fafca [camwithher] Remove extra blank line
Jaime Marquínez Ferrándiz 0f28777f58 [cbsnews] Remove unused import
Jaime Marquínez Ferrándiz 329c1eae54 [aenetworks] Make pep8 happy
Sergey M․ 9aaaf8e8e8 [camwithher] Improve extraction (Closes )
theGeekPirate 04819db58e [camwithher] Add extractor
Corrected unnecessary test

Sane variable naming

RTMP all .flv & url_id for _download_webpage()

Corrected all outstanding issues, next up is a squash!
remitamine 79ba9140dc [theplatform] extract timestamp and uploader
Sergey M․ 75d572e9fb [screencast] Improve title regexes (Closes )
Martin Trigaux 791d6aaecc screencast.com: fallback on page title
When determining the title of the page, use the <title> tag of the page
Sergey M․ 81de73e5b4 [screencast] Add test
Martin Trigaux 83cedc1cf2 screencast.com: support missing www
The "www." part of the URL is not mandatory
Sergey M․ 244cd04237 [pluralsight] Remove unnecessary login/password encode
Sergey M․ fbdaced256 [lynda] Remove unnecessary login/password encode
Sergey M․ a3373823e1 [udemy] Remove unnecessary login/password encode
This is now covered by compat_urllib_parse_urlencode
Sergey M․ 03caa463e7 [udemy:course] Skip non-video lectures
remitamine 3f64379eda [movieclips] fix extraction
remitamine 3e0c3d14d9 [cbs] add base extractor
remitamine d8873d4def [aenetworks] improve format extraction
remitamine db1c969da5 [theplatform] sign https urls
Philipp Hagemeister 1e02bc7ba2 release 2016.04.01
remitamine 63c55e9f22 [cbs] improve extraction(closes )
remitamine f9b1529af8 [generic] remove sbnation test(handled by VoxMediaIE)