mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-10 09:07:58 +01:00
[behindkink] Remove call to report_extraction
This commit is contained in:
parent
fc96eb4e21
commit
37a81dff04
1 changed files with 0 additions and 1 deletions
|
@ -33,7 +33,6 @@ def _real_extract(self, url):
|
|||
|
||||
webpage = self._download_webpage(url, display_id)
|
||||
|
||||
self.report_extraction(display_id)
|
||||
video_url = self._search_regex(
|
||||
r"'file':\s*'([^']+)'",
|
||||
webpage, 'URL base')
|
||||
|
|
Loading…
Reference in a new issue