Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-08-17 | [keezmovies] Make display_id optional | Sergey M․ | |
2016-08-17 | [extremetube] Modernize | Sergey M․ | |
2016-08-17 | [tube8] Modernize | Sergey M․ | |
2016-08-17 | [mofosex] Extract all formats and modernize (Closes #10335) | Sergey M․ | |
2016-08-17 | [keezmovies] Improve and modernize | Sergey M․ | |
2016-08-17 | [vbox7:generic] Add support for vbox7 embeds | Sergey M․ | |
2016-08-17 | [vbox7] Add support for embed URLs | Sergey M․ | |
2016-08-17 | [mtg] Improve view count extraction | Sergey M․ | |
2016-08-17 | [viafree] Add extractor (Closes #10358) | Sergey M․ | |
2016-08-17 | [mtg] Add support for viafree URLs (#10358) | Sergey M․ | |
2016-08-16 | [fxnetworks] extend _VALID_URL to support simpsonsworld.com | Remita Amine | |
2016-08-16 | [amcnetworks] fix typo | Remita Amine | |
2016-08-16 | [theplatform] extract subtitles with multiple formats from the metadata | Remita Amine | |
2016-08-16 | [xvideos] Fix test | Sergey M․ | |
2016-08-16 | [xvideos] Fix HLS extraction (Closes #10356) | Sergey M․ | |
2016-08-16 | [amcnetworks] extract episode metadata | Remita Amine | |
2016-08-16 | [amcnetworks] Add new extractor | Remita Amine | |
2016-08-16 | [adobepass] PEP 8 | Sergey M․ | |
2016-08-16 | [bbc:playlist] Fix tests | Sergey M․ | |
2016-08-16 | [bbc:playlist] Add support for pagination (Closes #10349) | Sergey M․ | |
2016-08-15 | [adobepass] add IE suffix to the extractor and remove duplicate constant | Remita Amine | |
2016-08-15 | [fxnetworks] add test and check geo restriction | Remita Amine | |
2016-08-15 | [fxnetworks] Add new extractor(closes #9462) | Remita Amine | |
2016-08-15 | [cbsnews] Remove invalid tests. CBS Live videos gets deleted soon. | Yen Chi Hsuan | |
2016-08-15 | [cbslocal] Adapt to SendtoNewsIE | Yen Chi Hsuan | |
2016-08-15 | [sendtonews] Fix extraction | Yen Chi Hsuan | |
2016-08-15 | [jwplatform] Parse video_id from JWPlayer data | Yen Chi Hsuan | |
And remove a mysterious comma from 115c65793af4c56c8f1986d2640105fc7e760c13 | |||
2016-08-15 | [zippcast] Remove extractor (Closes #10332) | Sergey M․ | |
ZippCast is shut down | |||
2016-08-14 | [uplynk,viceland] update tests and change uplynk extractors names | Remita Amine | |
2016-08-14 | [adobepass] fix check for pendingLogout errors | Remita Amine | |
2016-08-14 | [adobepass] clear cache in case of pendingLogout errors | Remita Amine | |
2016-08-14 | [viceland] raise ExtractorError for errors other than HTTP 400 | Remita Amine | |
2016-08-14 | [viceland] remove outdated comment | Remita Amine | |
2016-08-14 | [viceland] fix info extraction(closes #8799) | Remita Amine | |
2016-08-14 | [viceland] Add new extractor(#8799) | Remita Amine | |
2016-08-14 | [adobepass] create separate class for adobe pass authentication | Remita Amine | |
2016-08-14 | [life:embed] Improve extraction | Sergey M․ | |
2016-08-14 | [theplatform] use _get_netrc_login_info and fix session expiration check(#10345) | Remita Amine | |
2016-08-14 | [common] add separate method for getting netrc ligin info | Remita Amine | |
2016-08-14 | [vgtv] Detect geo restricted videos (#10348) | Sergey M․ | |
2016-08-13 | [uplynk] Add new extractor | Remita Amine | |
2016-08-14 | bug fix for extractor xiami.py | phi | |
Before applying this patch, when downloading resources from xiami.com, it crashes with these: Traceback (most recent call last): File "/home/phi/.local/bin/youtube-dl", line 11, in <module> sys.exit(main()) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/__init__.py", line 433, in main _real_main(argv) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/__init__.py", line 423, in _real_main retcode = ydl.download(all_urls) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 1786, in download url, force_generic_extractor=self.params.get('force_generic_extractor', False)) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/YoutubeDL.py", line 691, in extract_info ie_result = ie.extract(url) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 347, in extract return self._real_extract(url) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/xiami.py", line 116, in _real_extract return self._extract_tracks(self._match_id(url))[0] File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/xiami.py", line 43, in _extract_tracks '%s/%s%s' % (self._API_BASE_URL, item_id, '/type/%s' % typ if typ else ''), item_id) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 562, in _download_json json_string, video_id, transform_source=transform_source, fatal=fatal) File "/home/phi/.local/lib/python3.5/site-packages/youtube_dl/extractor/common.py", line 568, in _parse_json return json.loads(json_string) File "/usr/lib/python3.5/json/__init__.py", line 312, in loads s.__class__.__name__)) TypeError: the JSON object must be str, not 'NoneType' This patch solves exactly this problem. | |||
2016-08-13 | [pbs] Clarify comment on http formats | Sergey M․ | |
2016-08-13 | [pbs] Fix description extraction and update tests | Sergey M․ | |
2016-08-13 | [franceculture] Fix extraction (Closes #10324) | Sergey M․ | |
2016-08-13 | [pornotube] Fix extraction (Closes #10322) | Sergey M․ | |
2016-08-13 | [4tube] Fix metadata extraction (Closes #10321) | Sergey M․ | |
2016-08-13 | [bigflix] Remove an invalid test | Yen Chi Hsuan | |
There's no video anymore | |||
2016-08-13 | [imgur] Fix width and height extraction (Closes #10325) | Sergey M․ | |
2016-08-13 | [vbox7] Remove unused imports | Sergey M․ | |