mirror of
https://source.netsyms.com/Mirrors/youtube-dl
synced 2024-11-03 03:40:20 +00:00
[behindkink] Remove call to report_extraction
This commit is contained in:
parent
fc96eb4e21
commit
37a81dff04
@ -33,7 +33,6 @@ class BehindKinkIE(InfoExtractor):
|
|||||||
|
|
||||||
webpage = self._download_webpage(url, display_id)
|
webpage = self._download_webpage(url, display_id)
|
||||||
|
|
||||||
self.report_extraction(display_id)
|
|
||||||
video_url = self._search_regex(
|
video_url = self._search_regex(
|
||||||
r"'file':\s*'([^']+)'",
|
r"'file':\s*'([^']+)'",
|
||||||
webpage, 'URL base')
|
webpage, 'URL base')
|
||||||
|
Loading…
Reference in New Issue
Block a user