mirror of
https://github.com/ytdl-org/youtube-dl.git
synced 2024-11-22 02:01:50 +00:00
Remove an unuseful print
This commit is contained in:
parent
b50cc676e3
commit
c010f357da
1 changed files with 0 additions and 1 deletions
|
@ -24,7 +24,6 @@ class SkylineWebcamsIE(InfoExtractor):
|
|||
video_id = self._match_id(url)
|
||||
|
||||
webpage = self._download_webpage(url, video_id)
|
||||
print(webpage)
|
||||
stream_url = 'https://hd-auth.skylinewebcams.com/live.m3u8' + self._search_regex(
|
||||
r'(?:url|source)\s*:\s*(["\'])(livee\.m3u8(?P<a_param>\?a=\w+))\1', webpage,
|
||||
'stream url', group='a_param')
|
||||
|
|
Loading…
Reference in a new issue