1
0
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:
ocococ 2025-07-05 15:32:21 +02:00
parent 4dbd9402f9
commit 20837703be

View File

@ -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))