You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
youtube-dl/youtube_dl
Piero Macaluso e6e12b1d1b fix: SkylineWebcams extractor
SkylineWebcams extractor was not working.
Here are the list of changes to make it work:

1. Update the regex to extract the stream URL from the webpage.
In the webpage there is just a variable in the form `livee.m3u8?a=<id>`.
The usage of that link by appending it to
`https://hd-auth.skylinewebcams.com/` do not work. The solution was
to extract just the `?a=<id>` area and appending it to
`https://hd-auth.skylinewebcams.com/live.m3u8`.
The extractor works properly.

2. Updated `_TEST` with a new `url`. The old one was disabled.

It solves #28873.
3 years ago
..
downloader [downloader/hls] Disable decryption in tests (#27660) 4 years ago
extractor fix: SkylineWebcams extractor 3 years ago
postprocessor [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) 4 years ago
YoutubeDL.py [YoutubeDL] Improve extract_info doc (#28946) 4 years ago
__init__.py Introduce --output-na-placeholder (closes #27896) 4 years ago
__main__.py
aes.py
cache.py
compat.py [compat] Use more conventional name for compat SimpleCookie 4 years ago
jsinterp.py
options.py [options] Fix thumbnail option group name (closes #29042) 4 years ago
socks.py
swfinterp.py
update.py
utils.py [utils] PEP 8 4 years ago
version.py release 2021.12.17 3 years ago