mirror of
https://github.com/l1ving/youtube-dl
synced 2025-03-14 13:37:45 +08:00
- removed print
This commit is contained in:
parent
b3a3b9ab6c
commit
0d1adaef39
@ -93,7 +93,6 @@ class XHamsterIE(InfoExtractor):
|
||||
}]
|
||||
|
||||
def _real_extract(self, url):
|
||||
#print("COME ON WTF")
|
||||
mobj = re.match(self._VALID_URL, url)
|
||||
video_id = mobj.group('id') or mobj.group('id_2')
|
||||
display_id = mobj.group('display_id') or mobj.group('display_id_2')
|
||||
|
Loading…
x
Reference in New Issue
Block a user