Skip Navigation

InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)KA
Posts
9
Comments
67
Joined
1 yr. ago

  • I agree and always write it like that at first, but it's also true that for example fifty kilodollars (50k$) just looks better as $50k

    ...although it might just be silly enough that it works...

  • Can't help with your question, sorry.

    When that happens to me in firefox, changing to another tab and back usually fixes it.

    You can turn off miui optimizations to stop it from immediately killing every app you leave in the background.

    (and not to digress but you shouldn't use a stock miui rom if you care about privacy)

  • 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