aboutsummaryrefslogtreecommitdiffstats
path: root/youtube_dl/extractor
Commit message (Collapse)AuthorAgeFilesLines
* [theplatform] use _get_netrc_login_info and fix session expiration check(#10345)Remita Amine2016-08-141-7/+8
|
* [common] add separate method for getting netrc ligin infoRemita Amine2016-08-141-10/+20
|
* [vgtv] Detect geo restricted videos (#10348)Sergey M․2016-08-141-0/+12
|
* [uplynk] Add new extractorRemita Amine2016-08-132-0/+68
|
* bug fix for extractor xiami.pyphi2016-08-141-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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.
* [pbs] Clarify comment on http formatsSergey M․2016-08-131-6/+6
|
* [pbs] Fix description extraction and update testsSergey M․2016-08-131-24/+23
|
* [franceculture] Fix extraction (Closes #10324)Sergey M․2016-08-132-77/+26
|
* [pornotube] Fix extraction (Closes #10322)Sergey M․2016-08-131-45/+38
|
* [4tube] Fix metadata extraction (Closes #10321)Sergey M․2016-08-131-5/+5
|
* [bigflix] Remove an invalid testYen Chi Hsuan2016-08-131-9/+0
| | | | There's no video anymore
* [imgur] Fix width and height extraction (Closes #10325)Sergey M․2016-08-131-6/+4
|
* [vbox7] Remove unused importsSergey M․2016-08-131-6/+1
|
* [expotv] Improve extraction and update testSergey M․2016-08-131-13/+10
|
* [vbox7] Fix extraction (Closes #10309)Sergey M․2016-08-131-31/+34
|
* [tapely] Remove extractor. It's shut downYen Chi Hsuan2016-08-132-110/+0
| | | | Closes #10323
* [pbs] add test for videos with undocumented http formats and remove unused ↵Remita Amine2016-08-131-3/+16
| | | | import
* [24video] Add support for me and xxx TLDsSergey M․2016-08-131-24/+24
|
* [muenchentv] Fix extraction (Closes #10313)Sergey M․2016-08-131-1/+1
|
* [24video] Fix comment count extractionSergey M․2016-08-131-1/+1
|
* [sunporno] Add support for embed URLsSergey M․2016-08-131-4/+8
|
* [sunporno] Fix metadata extraction (Closes #10316)Sergey M․2016-08-131-4/+5
|
* [hgtv] Add new extractor(closes #3999)Remita Amine2016-08-122-0/+49
|
* [pbs] check all http formats and remove unnecessary requestRemita Amine2016-08-121-14/+3
| | | | | | - some of the quality that not reported in the documentation are available(4500k, 6500k) - the videoInfo request doesn't work for a long time
* [crunchyroll] Add support for HLS (Closes #10301)Sergey M․2016-08-121-4/+28
|
* [viu] Remove from extractorsSergey M․2016-08-121-1/+0
|
* [goldenmoustache] Remove extractor (Closes #10298)Sergey M․2016-08-112-49/+1
| | | | Now uses dailymotion
* [drtuber] Improve title extractionSergey M․2016-08-111-1/+3
|
* [drtuber] Make dislike count optional (Closes #10297)Sergey M․2016-08-111-7/+11
|
* [chirbit] Fix extraction (Closes #10296)Sergey M․2016-08-111-24/+30
|
* [francetvinfo] Relax _VALID_URLSergey M․2016-08-111-1/+4
|
* [rtlnl] Relax _VALID_URL (Closes #10282)Sergey M․2016-08-101-1/+4
|
* [formula1] Relax _VALID_URL (Closes #10283)Sergey M․2016-08-101-3/+6
|
* [wat] improve extraction(#10281)Remita Amine2016-08-101-45/+81
| | | | | | add alternative method to extract http formats works even if the video is geo-restricted or removed from public access(most of the cases)
* [ctsnews] Fix extractionYen Chi Hsuan2016-08-101-28/+21
|
* [uol] remove unused importRemita Amine2016-08-091-2/+0
|
* [uol] Add new extractor(#4263)Remita Amine2016-08-092-0/+131
|
* [rbmaradio] Improve, simplify and extract all formats (Closes #10242)Sergey M․2016-08-091-22/+47
|
* [rbmaradio] Fixed extractorPetr Zvoníček2016-08-091-27/+18
|
* [sonyliv] Improve (Closes #10258)Sergey M․2016-08-091-7/+13
|
* [sonyliv] Add new extractorSukhbir Singh2016-08-092-0/+29
|
* [extractor/generic] Add proper default to _search_json_ld callSergey M․2016-08-081-2/+2
|
* [flipagram] Add proper default to _search_json_ld callSergey M․2016-08-081-1/+1
|
* [condenast] Make _search_json_ld call non fatalSergey M․2016-08-081-1/+2
|
* [bbc] Add proper default to _search_json_ld callSergey M․2016-08-081-1/+1
|
* [extractor/common] Respect default in _search_json_ldSergey M․2016-08-081-4/+7
|
* Revert "[flipagram] Make _search_json_ld non fatal"Sergey M․2016-08-081-1/+1
| | | | This reverts commit d34995a9e3f596c4dd80178d99f7bd8dbc748e2b.
* Revert "[extractor/generic] Make _search_json_ld non fatal"Sergey M․2016-08-081-1/+1
| | | | This reverts commit 958849275f1c6072c712e8d611294a762fadc7f0.
* [sohu] Update _TESTS (closes #10260)Yen Chi Hsuan2016-08-081-6/+1
|
* [chaturbate] Skip the invalid testYen Chi Hsuan2016-08-081-1/+2
|