Pavol Babinčák
Pavol Babinčák
Episodes on Netflix could have a recap at the beginning of the video. The video is then a little bit longer. The tricky part for synchronization is that recap is...
Before these changes Glossary contained couple of sections of duplicated text which seem to be caused by a merge conflict with stashed changes. I have picked those parts that had...
In `2.8.3` (maybe earlier?) app sends requests like: `/xled/v1/gestalt?filter=prod_infos&filter2=group` and a device responds with ``` { "product_name": "Twinkly", "hardware_version": "100", "bytes_per_led": 3, "hw_id": "1cc190", "flash_size": 64, "led_type": 14, "product_code": "TWS250STP",...
At least in FW version 2.8.3 [get timer](https://xled-docs.readthedocs.io/en/latest/rest_api.html#get-timer) includes key `tz` that seems to be a definition of a timezone in unknown format. E.g. for CET/CEST timezone: ``` "tz": "CET-1CEST,M3.5.0,M10.5.0/3",...
Interestingly following post: ``` POST /xled/v1/playlist HTTP/1.1 Host: REDACTED User-Agent: python-requests/2.26.0 Accept-Encoding: gzip, deflate Accept: */* Connection: keep-alive X-Auth-Token: KDrffKRHnEQ= Content-Length: 15 Content-Type: application/json {"entries": []} ``` Returns: ``` HTTP/1.1...
### Description of your *pull request* and other information This PR adds a new extractor for https://www.forendors.cz/. It handles single videos and whole channels. Fixes #15173 Template ### Before submitting...
### Checklist - [x] I'm reporting a new site support request - [x] I've verified that I have **updated yt-dlp to nightly or master** ([update instructions](https://github.com/yt-dlp/yt-dlp#update-channels)) - [x] I've checked...