• 4 Posts
  • 28 Comments
Joined 11 months ago
cake
Cake day: April 15th, 2024

help-circle
  • All android phones come with a file manager, no? Even if it somehow didn’t, you can certainly install one, and I would be surprised if it didn’t have the option to share the file regardless of file type.

    Anything from F-Droid will certainly have this or you can try Fossify File Manager on the Play store.

    edit: Ah I see you can’t find the text file. The editor probably has a “Save as” button to save it to accessible storage,or get a better text editor (Material Files on F-Droid has one built in).














  • kabi@lemm.eetoOpen Source@lemmy.mlOpen Source
    link
    fedilink
    arrow-up
    3
    ·
    3 months ago

    Aren’t you basically just describing FOSS and framing it as a complaint? Valve for example has a vested interest in improving their software stack, and they do just that by donating both money and engineers to various projects. If these open source projects did not exist, they would have to spend the same or even more money on a proprietary licensed alternative, or to develop their own solution.










  • You can get all the IDs using yt-dlp

    yt-dlp --flat-playlist --print id <playlist>

    Assuming you’re on linux, you can add >> ids_all.txt at the end to save the list to a file.

    You can also add

    --compat-options no-youtube-unavailable-videos

    to get only the list of available videos instead and then, again assuming you’re on linux, do

    diff ids_all.txt ids_available.txt

    to get the odd ones out. That’s the simplest I could come up with. You’ll have to hope you can use the wayback machine, or a good old exact search to turn up what video that ID actually referred to