mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2025-07-17 18:58:35 +00:00
remove another unneeded line
This commit is contained in:
parent
4dbd9402f9
commit
20837703be
@ -75,7 +75,6 @@ class WatIE(InfoExtractor):
|
||||
_GEO_BYPASS = False
|
||||
|
||||
def _real_extract(self, url):
|
||||
video_id = self._match_id(url)
|
||||
video_id, b36_id = self._match_valid_url(url).group('id', 'b36')
|
||||
if b36_id:
|
||||
video_id = str(int(video_id, 36))
|
||||
|
Loading…
Reference in New Issue
Block a user