@Metaxil: I'm glad you enjoy it! Most of the adapters I write for my personal use are one-off adapters (usually for generic blogs), however if you enjoy tinkering a bit, I made
Faretricks a bit ago.
Faretricks allows you to create rough adapters for many sites very quickly (JavaScript-heavy sites might be an issue) with a bit of input from yourself. Usually you can use these as-is, make small modifications to them to get them to work or even make full-fledged adapters out of them (including scraping all relevant metadata).
You'll have to download it and "pip install" it, and then you can do something like
this. The resulting adapter from that process can be found
here. It's very likely that you'll have to adjust the regular expression for the site URL pattern for other sites, but most things should just work. I haven't tested it too extensively yet, but it might be just what you are searching for if you are looking for unofficial adapters.