TheAnachronism

Results 54 comments of TheAnachronism

Are there any news on this?

What is the status on this? Currently have the problem, that I can't archive stuff from sites which have some kind of authentication or maturity filter so I wanted to...

I'm not experienced in python at all but have quite a bit of coding experience, so for the start I'll just go through the code and propose the changes here

Alright so I guess this entire thing shouldn't be that hard. Looking at https://github.com/ArchiveBox/ArchiveBox/blob/dev/archivebox/extractors/wget.py only COOKIES_FILE has to be added to the config imports and cli argument has to added...

Also interested if there are any developments on this part here. Would be nice to combine this tool with lets say argocd-vault-plugin.

I have no knowledge about your internal structure, but currently it seems like you give all Albums (directories and subdirectories) to the client or at least from the database. Something...

After digging a bit in the code, I found the album struct for your database representation: ```go type Album struct { Model Title string `gorm:"not null"` ParentAlbumID *int `gorm:"index"` ParentAlbum...

Can this be merged? A bit annoying that search always creates a new tab -.-