Euro
Euro
> I have no idea how you stay organized in a 3565 line long file Its hard lol. > I think it's because scrape_SI... or maybe scrape_subscriptions doesn't call _get_invidious_thumb_quality_name...
This should now be fixed in the development branch.
I'm not exactly sure what the problem here is, but it looks like an `ffmpeg` or `youtube-dl` issue. If you haven't already, try uninstalling `youtube-dl` and installing `yt-dlp` with `pip3`
I don't see the need as you can really just write a basic wrapper script, or even just run `ytfzf --channel-link="some-channel-link" >> $HOME/.config/ytfzf/subscriptions` in a terminal. However, this is an...
If I did implement this it would really be more of an html generator that just generates html from some video links. It wouldn't really integrate with ytfzf at all,...
Invidious currently does not have a way to scrape the different categories (to my knowledge). There are 2 workarounds for this that i can think of. For either of these...
to me it seems you need to install the zlib python package, but if you have then I have no idea.
Sounds like it could be playing audio only in which cause you should use `-f` to pick a specific video format.
> using the -c U flag opens the url, but doesn't track history Im going to consider this a bug even though it would write extremely minimal information to the...
If you rename it to `youtube-url` it's going to look for a function called `scrape_youtube_url`, but the function in this file is called `scrape_video_info`, essentially you just have to rename...