Search found 6 matches

by Slideshow BoB
16 Apr 2024 13:54
Forum: Tips & Tricks, Questions & Answers
Topic: Improvements to a YT-dlp script as well as XYplorer stepping
Replies: 1
Views: 200

Improvements to a YT-dlp script as well as XYplorer stepping

Hi. I'm having a bad time trying to convert this long time proven YT-dlp command line into a functional XYplorer script. 1. "-sub-langs all", which is a new trick I've learned, renders the command to fail downloading subs or thumbnails depending on the input, this is why I doubled the comm...
by Slideshow BoB
16 Apr 2024 11:31
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 333

Re: Overall poor unicode support, please help

Hello there jupe. Thanks a lot for the enlightenment, it's cool to have such a fast option to rely on. Turns out I'm considering not deleting the original content, exporting it to a different location under its title for forther scrutiny. I'm in the middle of something here so I have faster access t...
by Slideshow BoB
15 Apr 2024 13:44
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 333

Re: Overall poor unicode support, please help

Thank you very much. It looks it's enough for the whole code to function properly.
by Slideshow BoB
15 Apr 2024 13:09
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 333

Re: Overall poor unicode support, please help

If you are using download() to download a page then using readfile() you'll need to specify the 65001 codepage, that is probably where you are going wrong, which is making the other cmds look like they aren't working, you could alternatively use readurlutf8() instead. Hello, thanks for the inputs w...
by Slideshow BoB
15 Apr 2024 13:06
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 333

Re: Overall poor unicode support, please help

which I'm failing to obtain using XY commands Then post the script? Sure. Thank you for taking some time into this. $target = "<xyscripts>\Logs\"; // step; $log = "$target" . "youTubeLogger.txt"; // $source = "<clipboard>"; // $source = "https://www.yout...
by Slideshow BoB
10 Apr 2024 02:20
Forum: Tips & Tricks, Questions & Answers
Topic: Overall poor unicode support, please help
Replies: 8
Views: 333

Overall poor unicode support, please help

Hello world. I'm not exactly sure how and where XYplorer is doing this, but the following commands readfile(), writefile(), gettoken(), perhaps replace() and utf8decode() seem to not deal properly with unicode. download() properly saves the original source material as downloaded pages preserve chara...