iwconfig
iwconfig
Could it not be due to the fact that some images doesn't load until you scroll them into view? I've noticed that on when saving https://www.svt.se/ using [obelisk](https://github.com/go-shiori/obelisk) that only...
You can also set up a [YaCy](https://yacy.net/) instance and configure it to only index your browser history. I've fiddled a lot with it but find it unreliable because some sites...
After sleeping on this I realize this wish for _"all the data in one simple shot"_ goes quite against the principles of GraphQL with it's declarative nature. Especially considering this...
Okay, I see! Yes, a `select_all` method would be very useful I think. Even better if the method could at least distinguish those fields that do require arguments and list...
Pass `getCursor().line` to `getLine` to get the full text line at the cursor position. Here's something I came up with const doc = this.app.workspace.activeLeaf.view.sourceMode.cmEditor.doc const cursorPos = doc.getCursor() const lineText...
The non existing windows are still listed even if there's only one window opened. This might be unrelated but I also noticed when I open new windows, the new window...
### Just a tip Don't reference line numbers. Such references do easily break when code is added or removed. When you commit, it's not difficult to look at [the diff](https://github.com/spaam/svtplay-dl/pull/1358/commits/dfdf4e032944f03d4e57f43647d7efa443f12ba1)...
lets do number 4! The subtitle is never even downloaded, so how can this be an issue with `--merge-subtitle`? ```console $ svtplay-dl --version svtplay-dl 4.10+1.gf7b3d1b ``` ```console $ svtplay-dl --config...
I stumbled on this today. Here's how to decrypt it the subtitle ```shell #### Decrypting AES-128 encrypted text via HLS #### Video: https://www.svtplay.se/video/34576568/disneydags/disneydags-sasong-1-avsnitt-3-2?id=KyX2ELx #### API: https://api.svt.se/video/KyX2ELx cd /tmp hls_m3u8_url='https://svt-vod-secure-3b.akamaized.net/d0/secure/20220315/512e4a15-5f85-430a-8fe3-8d784e51f10e/hls-ts-full.m3u8' base_url=${hls_m3u8_url%/*}...
Yeah, exactly Doesn't seem to be that specific source either, based on only one test with another episode of Disneydags. The other one had the same issue. Ah, that'd be...