aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-04-09[test/helper] Check got values to be strings for md5: fieldsYen Chi Hsuan
Seen in PBSIE tests
2016-04-09[videodetective] Adapt to InternetVideoArchiveIEYen Chi Hsuan
2016-04-09[rottentomatoes] Adapt to InternetVideoArchiveIEYen Chi Hsuan
2016-04-09[internetvideoarchive] Fix extraction and support json URLsYen Chi Hsuan
2016-04-09[funnyordie] Relax M3U8 URL matchingYen Chi Hsuan
Also, m3u8_url extraction should be fatal as all formats depends directly or indirectly on it. This change fixes test_Generic_26 and TestFunnyOrDieSubtitles
2016-04-09[aol] Add coding cookieSergey M․
2016-04-09[utils] Don't touch URLs if not necessaryYen Chi Hsuan
Fix test_Generic_15 (Google redirect)
2016-04-09[aol] add support for videos with vidible IDs(closes #9124)remitamine
2016-04-09Merge pull request #8497 from jaimeMF/lazy-loadYen Chi Hsuan
Add experimenta lazy loading of info extractors
2016-04-08setup.py: add command for building the lazy_extractors moduleJaime Marquínez Ferrándiz
2016-04-08lazy extractors: Initialize the real info extractorJaime Marquínez Ferrándiz
According to the docs '__init__' is only called automatically if '__new__' returns an instance of the original class.
2016-04-08lazy extractors: Output if it's enabled in the verbose logJaime Marquínez Ferrándiz
2016-04-08lazy extractors: Style fixesJaime Marquínez Ferrándiz
* Sort extractors alphabetically * Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now)
2016-04-08lazy extractors: Fix building with python2.6Jaime Marquínez Ferrándiz
2016-04-08lazy extractors: specify the encodingJaime Marquínez Ferrándiz
When building with python3 the unicode characters are not escaped, python2 needs to know the encoding.
2016-04-08Add experimental support for lazy loading the info extractorsJaime Marquínez Ferrándiz
'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.
2016-04-08Move the extreactors import to youtube_dl/extractor/extractors.pyJaime Marquínez Ferrándiz
2016-04-08Delay initialization of InfoExtractors until they are neededJaime Marquínez Ferrándiz
2016-04-09[tnaflix] Fix metadata extractionSergey M․
2016-04-08[tnaflix] Fix extraction (Closes #9074)Sergey M․
2016-04-08[extractor/common] Relax _hidden_inputsSergey M․
2016-04-08[gdcvault] Fix extraction (Closes #9107, closes #9114)Sergey M․
2016-04-08[extractor/common] Support arbitrary format strings for template based ↵Sergey M․
identifiers in mpd manifests (Closes #9119, closes #9120)
2016-04-08[democracynow] Improve extractionSergey M․
2016-04-08[democracynow] Fix testsSergey M․
2016-04-08[democracynow] Make description optional (Closes #9115)Sergey M․
2016-04-08[novamov] Improve _VALID_URL template (Closes #9116)Sergey M․
2016-04-08[acast] fix channel extraction(closes #9117)remitamine
2016-04-08[acast] fix extraction(#9117)remitamine
2016-04-08[YoutubeDL] Sanitize single thumbnail URLSergey M․
2016-04-07[vrt] Add support for direct hls playlists and YouTube (Closes #9108)Sergey M․
2016-04-07[beeg] Improve extractionSergey M․
2016-04-07[yandexmusic] Extract music album metafields (Closes #7354)Sergey M․
2016-04-07[extractor/common] Introduce music album metafieldsSergey M․
2016-04-06release 2016.04.062016.04.06Philipp Hagemeister
2016-04-06Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088)Jaime Marquínez Ferrándiz
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.
2016-04-06Makefile: use full path for the ISSUE_TEMPLATE.md fileJaime Marquínez Ferrándiz
2016-04-06[compat] Handle tuples properly in urlencode()Yen Chi Hsuan
Fixes #9055
2016-04-06[iqiyi] Improve error detection for VIP-only videosYen Chi Hsuan
Closes #9071
2016-04-05release 2016.04.052016.04.05Philipp Hagemeister
2016-04-05[deezer] Fix extraction (Closes #9086)Sergey M․
2016-04-05[rte] Improve thumbnail extraction (Closes #9085)Sergey M․
2016-04-05[extractor/__init__] Remove novamov extractor and sort novamov based ↵Sergey M․
extractors alphabetically
2016-04-05[auroravid] Add extractor (Closes #9070)Sergey M․
2016-04-05[novamov] Make title fatalSergey M․
2016-04-04[utils] dfxp2srt: add additional namespaceJaime Marquínez Ferrándiz
Used by the ZDF subtitles (#9081).
2016-04-04[zdf] Extract subtitles (closes #9081)Jaime Marquínez Ferrándiz
2016-04-04[youtube] Add support for zwearz (Closes #9062)Sergey M․
2016-04-02[brightcove:legacy] skip None value for uploader_idremitamine
2016-04-02[brightcove:legacy] extract uploader_id as a stringremitamine