mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-05 02:32:44 +01:00
[xhamster] pep8: remove trailing ';'
This commit is contained in:
parent
a5158f38a3
commit
25701d5a2c
@ -164,4 +164,4 @@ def _real_extract(self, url):
|
||||
r'href="(https?://xhamster\.com/movies/%s/[^"]+\.html[^"]*)"' % video_id,
|
||||
webpage, 'xhamster url')
|
||||
|
||||
return self.url_result(video_url, 'XHamster');
|
||||
return self.url_result(video_url, 'XHamster')
|
||||
|
Loading…
Reference in New Issue
Block a user