Elyse

Results 31 comments of Elyse

I've added support for username and password, and added some tests n-n I also changed the extraction title because it was extracting a too generic name, for example: **Title:** La...

I've tested it and everything works n-n I just added a line to sort formats by `extension`, because using Ism format is quiteee slow o-O ```bash [Cookies] Extracting cookies from...

Okay, it's fixed. As you said, sorting by 'res' and 'proto' also works n-n

@MichelLopez I've just updated it, can you try using username and password?

@sebastienadam Can you play the video in the browser? ```bash [debug] Command-line config: ['https://www.rtbf.be/auvio/detail_zookeeper-le-heros-des-animaux?id=2918869', '-v', '--cookies-from-browser', 'firefox'] [debug] Encodings: locale UTF-8, fs utf-8, pref UTF-8, out utf-8, error utf-8, screen...

I think what happened is that in yt-dlp there are two apis, Freecaster that doesn't need cookies (old videos still use this api) and Redbee that always needs them because...

Unfortunately styling it's not supported, because it's a paid feature in SheetJs https://github.com/SheetJS/sheetjs/issues/2348

Hi 😃 I've looked into this but couldn't reproduce it 🤔 Are you using the latest version? **Screenshot** ![image](https://user-images.githubusercontent.com/26639800/171686892-ba7d6dd3-c3a3-426a-96a2-9fe0719d92fa.png)

Mmm I don't understand the title 🤔 You want to export the excel as an image? or import an image (using an url) into the excel?

I fixed it adding ` --add-header 'Accept-Language: en-US,fr;q=0.7,en;q=0.3'`, the value may be different for you Duplicate of #4719