Commit Graph

12025 Commits (37f972954da0d0f1f0c5e97da8357c4baf687ee6)
 

Author SHA1 Message Date
Jaime Marquínez Ferrándiz 6b97ca96fc lazy extractors: Style fixes
* Sort extractors alphabetically
* Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
Jaime Marquínez Ferrándiz c1ce6acdd7 lazy extractors: Fix building with python2.6
Jaime Marquínez Ferrándiz 0d778b1db9 lazy extractors: specify the encoding
When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
Jaime Marquínez Ferrándiz 779822d945 Add experimental support for lazy loading the info extractors
'make lazy-extractors' creates the youtube_dl/extractor/lazy_extractors.py (imported by youtube_dl/extractor/__init__.py), which contains simplified classes that only have the 'suitable' class method and that load the appropiate class with the '__new__' method when a instance is created.
Jaime Marquínez Ferrándiz 1b3d5e05a8 Move the extreactors import to youtube_dl/extractor/extractors.py
Jaime Marquínez Ferrándiz e52d7f85f2 Delay initialization of InfoExtractors until they are needed
Sergey M․ 568d2f78d6 [tnaflix] Fix metadata extraction
Sergey M․ 2f2fcf1a33 [tnaflix] Fix extraction (Closes )
Sergey M․ bacec0397f [extractor/common] Relax _hidden_inputs
Sergey M․ 3c6c7e7d7e [gdcvault] Fix extraction (Closes , closes )
Sergey M․ fb38aa8b53 [extractor/common] Support arbitrary format strings for template based identifiers in mpd manifests (Closes , closes )
Sergey M․ 18da24634c [democracynow] Improve extraction
Sergey M․ a134426d61 [democracynow] Fix tests
Sergey M․ a64c0c9b06 [democracynow] Make description optional (Closes )
Sergey M․ 56019444cb [novamov] Improve _VALID_URL template (Closes )
remitamine a1ff3cd5f9 [acast] fix channel extraction(closes )
remitamine 9a32e80477 [acast] fix extraction()
Sergey M․ 536a55dabd [YoutubeDL] Sanitize single thumbnail URL
Sergey M․ ed6fb8b804 [vrt] Add support for direct hls playlists and YouTube (Closes )
Sergey M․ 3afef2e3fc [beeg] Improve extraction
Sergey M․ e90d175436 [yandexmusic] Extract music album metafields (Closes )
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)