1
0
mirror of https://github.com/l1ving/youtube-dl synced 2025-03-14 13:37:45 +08:00

- removed print

This commit is contained in:
carsten demming 2018-02-20 12:07:31 +01:00
parent b3a3b9ab6c
commit 0d1adaef39

View File

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