aboutsummaryrefslogtreecommitdiff
path: root/youtube_dl/extractor
AgeCommit message (Collapse)Author
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 authenticationRemita Amine
2016-08-14[life:embed] Improve extractionSergey 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 infoRemita Amine
2016-08-14[vgtv] Detect geo restricted videos (#10348)Sergey M․
2016-08-13[uplynk] Add new extractorRemita Amine
2016-08-14bug fix for extractor xiami.pyphi
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 formatsSergey M․
2016-08-13[pbs] Fix description extraction and update testsSergey 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 testYen 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 importsSergey M․
2016-08-13[expotv] Improve extraction and update testSergey M․
2016-08-13[vbox7] Fix extraction (Closes #10309)Sergey M․
2016-08-13[tapely] Remove extractor. It's shut downYen Chi Hsuan
Closes #10323
2016-08-13[pbs] add test for videos with undocumented http formats and remove unused ↵Remita Amine
import
2016-08-13[24video] Add support for me and xxx TLDsSergey M․
2016-08-13[muenchentv] Fix extraction (Closes #10313)Sergey M․
2016-08-13[24video] Fix comment count extractionSergey M․
2016-08-13[sunporno] Add support for embed URLsSergey M․
2016-08-13[sunporno] Fix metadata extraction (Closes #10316)Sergey M․
2016-08-12[hgtv] Add new extractor(closes #3999)Remita Amine
2016-08-12[pbs] check all http formats and remove unnecessary requestRemita Amine
- some of the quality that not reported in the documentation are available(4500k, 6500k) - the videoInfo request doesn't work for a long time
2016-08-12[crunchyroll] Add support for HLS (Closes #10301)Sergey M․
2016-08-12[viu] Remove from extractorsSergey M․
2016-08-11[goldenmoustache] Remove extractor (Closes #10298)Sergey M․
Now uses dailymotion
2016-08-11[drtuber] Improve title extractionSergey M․
2016-08-11[drtuber] Make dislike count optional (Closes #10297)Sergey M․
2016-08-11[chirbit] Fix extraction (Closes #10296)Sergey M․
2016-08-11[francetvinfo] Relax _VALID_URLSergey M․
2016-08-10[rtlnl] Relax _VALID_URL (Closes #10282)Sergey M․
2016-08-10[formula1] Relax _VALID_URL (Closes #10283)Sergey M․
2016-08-10[wat] improve extraction(#10281)Remita Amine
add alternative method to extract http formats works even if the video is geo-restricted or removed from public access(most of the cases)
2016-08-10[ctsnews] Fix extractionYen Chi Hsuan
2016-08-09[uol] remove unused importRemita Amine
2016-08-09[uol] Add new extractor(#4263)Remita Amine
2016-08-09[rbmaradio] Improve, simplify and extract all formats (Closes #10242)Sergey M․
2016-08-09[rbmaradio] Fixed extractorPetr Zvoníček
2016-08-09[sonyliv] Improve (Closes #10258)Sergey M․
2016-08-09[sonyliv] Add new extractorSukhbir Singh
2016-08-08[extractor/generic] Add proper default to _search_json_ld callSergey M․
2016-08-08[flipagram] Add proper default to _search_json_ld callSergey M․
2016-08-08[condenast] Make _search_json_ld call non fatalSergey M․
2016-08-08[bbc] Add proper default to _search_json_ld callSergey M․
2016-08-08[extractor/common] Respect default in _search_json_ldSergey M․