Euro
Euro
I think this is a similar problem to #379
I may be misunderstanding the problem, but it seems to work fine at least for me. I ran `ytfzf --previews=right` from a script and it worked
you could update to 2.2 and try `FZF_DEFAULT_OPTS=100% ytfzf ...`
`pages_to_scrape=50`
Scrape less pages to limit it, scraping a lot of things is slow; making requests is slow.
Not going to lie, that addon only exists because I stumbled across gtkdialog and I hadn't seen anything of that sort before, and I wanted to see if I could...
Cool that works, since the issue is not really fully resolved, it's your choice if you want to close it.
Invidiuos doesn't provide descriptions so you'll have to use the yt scraper. you can run `ytfzf --list-addons` if `yt` is listed in `system addon, scrapers` or `user addon, scrapers` you...
```sh handle_keypress_alt_y () { ytdl_opts="$ytdl_opts --proxy=http://127.0.0.1:9050" url_handler_opts="$url_handler_opts --ytdl-raw-options-append=proxy=\"http://127.0.0.1:9050\"" } is_loop=1 custom_shortcut_binds=alt-y #i kinda messed up in v2.4.0, so this line is necessary for that. shortcut_binds="${shortcut_binds},${custom_shortcut_binds}" ``` There is not a...
Try uninstalling yt-dlp and reinstalling with `sudo pip install yt-dlp`