Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [cliprs] Add extractor (Closes #9099) | Sergey M․ | 2016-04-10 | 2 | -0/+97 |
| | |||||
* | [extractor/common] Remove irrelevant comment | Sergey M․ | 2016-04-10 | 1 | -1/+0 |
| | |||||
* | [test/InfoExtractors] add test for _download_json | Jaime Marquínez Ferrándiz | 2016-04-09 | 1 | -0/+10 |
| | |||||
* | [1tv] Fix extraction (Closes #9103) | Sergey M․ | 2016-04-10 | 1 | -42/+97 |
| | |||||
* | [test/utils] Add test for date_from_str | Jaime Marquínez Ferrándiz | 2016-04-09 | 1 | -0/+8 |
| | |||||
* | [test/helper] Check got values to be strings for md5: fields | Yen Chi Hsuan | 2016-04-09 | 1 | -0/+3 |
| | | | | Seen in PBSIE tests | ||||
* | [videodetective] Adapt to InternetVideoArchiveIE | Yen Chi Hsuan | 2016-04-09 | 1 | -3/+6 |
| | |||||
* | [rottentomatoes] Adapt to InternetVideoArchiveIE | Yen Chi Hsuan | 2016-04-09 | 1 | -6/+18 |
| | |||||
* | [internetvideoarchive] Fix extraction and support json URLs | Yen Chi Hsuan | 2016-04-09 | 1 | -60/+58 |
| | |||||
* | [funnyordie] Relax M3U8 URL matching | Yen Chi Hsuan | 2016-04-09 | 1 | -2/+2 |
| | | | | | | | Also, m3u8_url extraction should be fatal as all formats depends directly or indirectly on it. This change fixes test_Generic_26 and TestFunnyOrDieSubtitles | ||||
* | [aol] Add coding cookie | Sergey M․ | 2016-04-09 | 1 | -0/+1 |
| | |||||
* | [utils] Don't touch URLs if not necessary | Yen Chi Hsuan | 2016-04-09 | 1 | -0/+2 |
| | | | | Fix test_Generic_15 (Google redirect) | ||||
* | [aol] add support for videos with vidible IDs(closes #9124) | remitamine | 2016-04-09 | 1 | -3/+75 |
| | |||||
* | Merge pull request #8497 from jaimeMF/lazy-load | Yen Chi Hsuan | 2016-04-09 | 10 | -1006/+1134 |
|\ | | | | | Add experimenta lazy loading of info extractors | ||||
| * | setup.py: add command for building the lazy_extractors module | Jaime Marquínez Ferrándiz | 2016-04-08 | 1 | -2/+20 |
| | | |||||
| * | lazy extractors: Initialize the real info extractor | Jaime Marquínez Ferrándiz | 2016-04-08 | 1 | -2/+4 |
| | | | | | | | | According to the docs '__init__' is only called automatically if '__new__' returns an instance of the original class. | ||||
| * | lazy extractors: Output if it's enabled in the verbose log | Jaime Marquínez Ferrándiz | 2016-04-08 | 2 | -1/+5 |
| | | |||||
| * | lazy extractors: Style fixes | Jaime Marquínez Ferrándiz | 2016-04-08 | 3 | -5/+4 |
| | | | | | | | | | | * Sort extractors alphabetically * Add newlines when needed (youtube_dl/extractors/lazy_extractors.py pass the flake8 test now) | ||||
| * | lazy extractors: Fix building with python2.6 | Jaime Marquínez Ferrándiz | 2016-04-08 | 1 | -3/+3 |
| | | |||||
| * | lazy extractors: specify the encoding | Jaime Marquínez Ferrándiz | 2016-04-08 | 1 | -0/+1 |
| | | | | | | | | When building with python3 the unicode characters are not escaped, python2 needs to know the encoding. | ||||
| * | Add experimental support for lazy loading the info extractors | Jaime Marquínez Ferrándiz | 2016-04-08 | 5 | -9/+100 |
| | | | | | | | | '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. | ||||
| * | Move the extreactors import to youtube_dl/extractor/extractors.py | Jaime Marquínez Ferrándiz | 2016-04-08 | 3 | -990/+994 |
| | | |||||
| * | Delay initialization of InfoExtractors until they are needed | Jaime Marquínez Ferrándiz | 2016-04-08 | 2 | -5/+14 |
|/ | |||||
* | [tnaflix] Fix metadata extraction | Sergey M․ | 2016-04-09 | 1 | -8/+8 |
| | |||||
* | [tnaflix] Fix extraction (Closes #9074) | Sergey M․ | 2016-04-08 | 1 | -1/+5 |
| | |||||
* | [extractor/common] Relax _hidden_inputs | Sergey M․ | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | [gdcvault] Fix extraction (Closes #9107, closes #9114) | Sergey M․ | 2016-04-08 | 1 | -7/+9 |
| | |||||
* | [extractor/common] Support arbitrary format strings for template based ↵ | Sergey M․ | 2016-04-08 | 1 | -1/+1 |
| | | | | identifiers in mpd manifests (Closes #9119, closes #9120) | ||||
* | [democracynow] Improve extraction | Sergey M․ | 2016-04-08 | 1 | -15/+21 |
| | |||||
* | [democracynow] Fix tests | Sergey M․ | 2016-04-08 | 1 | -4/+5 |
| | |||||
* | [democracynow] Make description optional (Closes #9115) | Sergey M․ | 2016-04-08 | 1 | -1/+1 |
| | |||||
* | [novamov] Improve _VALID_URL template (Closes #9116) | Sergey M․ | 2016-04-08 | 1 | -3/+13 |
| | |||||
* | [acast] fix channel extraction(closes #9117) | remitamine | 2016-04-08 | 1 | -8/+24 |
| | |||||
* | [acast] fix extraction(#9117) | remitamine | 2016-04-08 | 1 | -7/+1 |
| | |||||
* | [YoutubeDL] Sanitize single thumbnail URL | Sergey M․ | 2016-04-08 | 1 | -1/+4 |
| | |||||
* | [vrt] Add support for direct hls playlists and YouTube (Closes #9108) | Sergey M․ | 2016-04-07 | 1 | -6/+28 |
| | |||||
* | [beeg] Improve extraction | Sergey M․ | 2016-04-07 | 1 | -3/+28 |
| | |||||
* | [yandexmusic] Extract music album metafields (Closes #7354) | Sergey M․ | 2016-04-07 | 1 | -3/+37 |
| | |||||
* | [extractor/common] Introduce music album metafields | Sergey M․ | 2016-04-07 | 1 | -0/+18 |
| | |||||
* | release 2016.04.06 | Philipp Hagemeister | 2016-04-06 | 2 | -4/+4 |
| | |||||
* | Makefile: remove ISSUE_TEMPLATE.md from the 'all' target (fixes #9088) | Jaime Marquínez Ferrándiz | 2016-04-06 | 1 | -1/+1 |
| | | | | | 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. | ||||
* | Makefile: use full path for the ISSUE_TEMPLATE.md file | Jaime Marquínez Ferrándiz | 2016-04-06 | 2 | -3/+3 |
| | |||||
* | [compat] Handle tuples properly in urlencode() | Yen Chi Hsuan | 2016-04-06 | 2 | -1/+6 |
| | | | | Fixes #9055 | ||||
* | [iqiyi] Improve error detection for VIP-only videos | Yen Chi Hsuan | 2016-04-06 | 1 | -1/+4 |
| | | | | Closes #9071 | ||||
* | release 2016.04.05 | Philipp Hagemeister | 2016-04-05 | 3 | -6/+7 |
| | |||||
* | [deezer] Fix extraction (Closes #9086) | Sergey M․ | 2016-04-05 | 1 | -1/+3 |
| | |||||
* | [rte] Improve thumbnail extraction (Closes #9085) | Sergey M․ | 2016-04-05 | 1 | -3/+8 |
| | |||||
* | [extractor/__init__] Remove novamov extractor and sort novamov based ↵ | Sergey M․ | 2016-04-05 | 1 | -4/+3 |
| | | | | extractors alphabetically | ||||
* | [auroravid] Add extractor (Closes #9070) | Sergey M․ | 2016-04-05 | 2 | -11/+25 |
| | |||||
* | [novamov] Make title fatal | Sergey M․ | 2016-04-05 | 1 | -1/+1 |
| |