1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2025-07-05 21:08:33 +00:00

Remove Extra line

This commit is contained in:
DentorDev 2025-03-20 13:37:51 -05:00 committed by GitHub
parent c874609ebc
commit 4b0e5a0ef0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -21,4 +21,3 @@ def _real_extract(self, url):
r'<iframe [^>]*class="[^"]*block[^"]+" [^>]*src="([^"]+)', webpage, 'embed url')
return self.url_result(embed_url)