>>/10817/
> tpa.mares.workers.dev/?output=html&id=:id not working [what about JSON/other output?]
This means that I can't only download videos in a channel which aren't in TPA. Alternative: some older text files which like detailed all TPA YT IDs.
 
 >>/10821/
> backups
It's also possible to do this the right way: image/backup your OS HDD while that operating system is running and mounted. Image your OS HDD while in that OS ( related to https://desuarchive.org/g/thread/101879729/#101885469 ):
1. Open /etc/fstab in vim
2. Under options for the root mount point (or HDD with root) change it to "ro", so if you see "errors=remount-ro", change that to "ro,errors=remount-ro". ro there means that that ext4 HDD will mount as read-only on startup.
3. Reboot the computer.
4. Enter tty if needed and mount a different storage device as read-write (rw).
5. Go into a folder in that rw device and copy the OS HDD /dev/sda by running "sudo cat /dev/sda > rw.iso". (Or use ddrescue instead of cat.)
6. Remount the OS HDD partition as rw by running "sudo mount -o remount /dev/sda1 /".
7. Edit /etc/fstab: remove that "ro"/"ro," so that it starts as RW instead.