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.
2022-01-20 15:16:12 +01:00
..
downloader [downloader/hls] Disable decryption in tests (#27660) 2021-01-05 01:24:01 +07:00
extractor fix: SkylineWebcams extractor 2022-01-20 15:16:12 +01:00
postprocessor [postprocessor/ffmpeg] Show ffmpeg output on error (refs #22680) (#29336) 2021-06-20 23:58:19 +07:00
__init__.py Introduce --output-na-placeholder (closes #27896) 2021-01-22 23:54:29 +07:00
__main__.py
aes.py Switch codebase to use compat_b64decode 2018-01-23 22:23:12 +07:00
cache.py
compat.py [compat] Use more conventional name for compat SimpleCookie 2021-04-06 14:22:28 +07:00
jsinterp.py
options.py [options] Fix thumbnail option group name (closes #29042) 2021-05-16 21:34:10 +07:00
socks.py
swfinterp.py
update.py [update] Fix updating via symlinks (closes #23991) 2020-02-08 19:46:58 +07:00
utils.py [utils] PEP 8 2021-04-17 03:32:04 +07:00
version.py release 2021.12.17 2021-12-17 01:49:07 +07:00
YoutubeDL.py [YoutubeDL] Improve extract_info doc (#28946) 2021-05-05 03:31:24 +07:00