Sebastian Meyer

Results 243 comments of Sebastian Meyer

Had another look at the site... In order to get the HLS URL from their `https://gdtv-api.gdtv.cn/api/tvColumn/v1/tvColumn/CHANNEL-ID` HTTP API endpoint, the `node` query string parameter is required. Its value appears to...

I force-pushed onto your PR branch because I decided to clean up the remaining issues myself and make a couple more changes. - Fixed linting and code style issues -...

The cache currently doesn't set an expiration time/date, but it's not really important... Going to merge this now.

`6.7.4+1.g7adb5b12` https://github.com/streamlink/streamlink/commits/master/

Considering that the site makes hardcoded API requests to endpoints specific to that event, I don't think it's worth rewriting the plugin, because it'd require fixes or a complete rewrite...

Some (old) URLs are still working though, so I guess only the streams of the current event don't work. ``` $ ./script/test-plugin-urls.py olympicchannel :: Finding streams for URL: https://olympics.com/en/original-series/episode/how-fun-fuels-this-para-taekwondo-world-champion-unleash-the-new ::...

If the site does indeed require some kind of user confirmation via a captcha code, then there are two options: - Add a plugin argument, so it can be entered...

This is the entire filtering logic of the Pluto plugin, which, as you can see, is a simple regex for specific HLS segment URLs when are then skipped in Streamlink's...

Quick update... ``` $ curl -sSL https://pypi.org/pypi/lxml/4.9.4/json \ | jq -r '.urls[] | select(.python_version == "cp312" or .python_version == "cp311") | .filename' lxml-4.9.4-cp311-cp311-macosx_11_0_universal2.whl lxml-4.9.4-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl lxml-4.9.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl lxml-4.9.4-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl lxml-4.9.4-cp311-cp311-manylinux_2_28_aarch64.whl lxml-4.9.4-cp311-cp311-manylinux_2_28_x86_64.whl lxml-4.9.4-cp311-cp311-musllinux_1_1_aarch64.whl lxml-4.9.4-cp311-cp311-musllinux_1_1_x86_64.whl...

The Windows builds [have been bumped from Python 3.11 to Python 3.12](https://github.com/streamlink/windows-builds/commit/cb3df823c47b6841985abbd2f6df15a05fb89a6d) now. The 3.12-based `x86` builds will be kept until Python 3.8 got dropped, which will be in October....