1
0
mirror of https://github.com/yt-dlp/yt-dlp.git synced 2024-06-29 20:51:10 +02:00

[xhamster] pep8: remove trailing ';'

This commit is contained in:
Jaime Marquínez Ferrándiz 2015-06-22 11:18:52 +02:00
parent a5158f38a3
commit 25701d5a2c

View File

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