loadletter / mangaupdates-urlfix

Userscript that adds website and IRC links on the groups pages of mangaupdates.com
63 stars 10 forks source link

Add groups #1

Open inkochan opened 10 years ago

inkochan commented 10 years ago

I'll be posting here whenever I find groups not in the list.

"2204": "http://www.cxcscans.com/",
loadletter commented 10 years ago

Updated in 1.4.1

tallos commented 10 years ago

mahou-x link is wrong, their site is http://mahouxscans.com/

loadletter commented 10 years ago

@tallos Updated

zazuge commented 10 years ago

"5796": "http://aizendesu.blogspot.com/",

claireanlage commented 10 years ago

"5822": "http://v16translations.wordpress.com",

loadletter commented 10 years ago

@zazuge , @claireanlage Updated

projectifinity commented 10 years ago

"2909": "http://omaris-sister.blogspot.com/",

site moved, should be now:

"2909": "http://crimson-flower.blogspot.com/",

loadletter commented 10 years ago

@projectifinity Updated

Syntonic commented 10 years ago

Is this still being updated? Just a few groups that recently released stuff that needs a link. I didn't catch all of them (jae scans) and I skipped a few as well (if they were a joint or did a one/two off hijack with nothing else.) Also, I'm not entirely sure about the batoto links and if they truly submit releases that way to MU.

undead scanteam http://www.mangaupdates.com/groups.html?id=5801 "5801": "http://www.vistrans.net/",

pocket loli scans [site move update] http://www.mangaupdates.com/groups.html?id=5640 "5640": "http://www.pocketloli.com/",

vocalations http://www.mangaupdates.com/groups.html?id=5793 "5793": "http://vocalations.com/",

ragged translations http://www.mangaupdates.com/groups.html?id=5787 "5787": "http://raggedtranslations.blogspot.com/",

necron99 http://www.mangaupdates.com/groups.html?id=5812 "5812": "http://www.batoto.net/group/_/n/necron99-r3834",

hearty thrills http://www.mangaupdates.com/groups.html?id=5695 "5695": "http://heartythrills.thecrazy.me",

white cloud scans http://www.mangaupdates.com/groups.html?id=5419 "5419": "http://whitecloudscans.blogspot.com/",

seizon scans http://www.mangaupdates.com/groups.html?id=4780 Not sure if there is a website "4780": "http://www.batoto.net/group/_/s/seizon-scans-r1938",

DisDeee http://www.mangaupdates.com/groups.html?id=5832 "5832": "http://www.batoto.net/group/_/d/disdeeee-r3849",

AMadManScans http://www.mangaupdates.com/groups.html?id=5824 "5824": "http://www.batoto.net/group/_/a/amadmanscans-r3240",

Lunoxus http://www.mangaupdates.com/groups.html?id=5814 "5814": "http://lunox.us",

Bagged Milk Scans http://www.mangaupdates.com/groups.html?id=5781 "5781": "http://baggedmilkscans.tumblr.com/",

Balikatan Group Scans http://www.mangaupdates.com/groups.html?id=5815 "5815": "http://balikatanscans.uco.im/",

Hiranomoe http://www.mangaupdates.com/groups.html?id=1599 "1599": "http://www.hiranomoe.com/",

Scanりーtions http://www.mangaupdates.com/groups.html?id=5823 "5823": "http://www.batoto.net/group/_/s/scan%E3%82%8A%E3%83%BCtions-r3857",

Bly scanslations http://www.mangaupdates.com/groups.html?id=5805 "5805": "http://www.batoto.net/group/_/b/bly-scanlations-r3393",

cedr777 http://www.mangaupdates.com/groups.html?id=5813 "5813": "http://www.batoto.net/group/_/c/cedr777-r3644",

claireanlage commented 10 years ago

@Syntonic

Also, I'm not entirely sure about the batoto links and if they truly submit releases that way to MU.

They do, see http://www.mangaupdates.com/news.html?id=44450

loadletter commented 10 years ago

@Syntonic Updated I don't actively update groups. I was thinking about making a suggestion board where you put the new link and a chapta, this way people wouldn't need to make a github account in order to submit new/updated links. And then this script could be modified to display 'undefined (Click here if you know the website)' or some small link to update the url when available.

What do you guys think?

claireanlage commented 10 years ago

@loadletter And the script just parses and forwards the entries from that page? Or would the entries still be saved in the script? I like the idea either way.

loadletter commented 10 years ago

I was thinking of just having a python script that just pulls the data from the database, runs some checks and then rebuilds the dictionary in the script, so i can update it regularly without effort.

claireanlage commented 10 years ago

That would make it necessary to keep the script itself updated though. If you have the dictionary externally (i.e. just the database), users wouldn't have to update the script. Not that it would be that much trouble, especially with automatic update checking, but I still think taking out the dictionary and relying entirely on an external database would be nicer.

Then you do of course have the problem that you're dependent on the database. If it becomes unavailable for some reason, you're fucked. With your idea, you're just not as up to date anymore.

loadletter commented 10 years ago

I haven't tested it, but it should be possible to just put the dictionary in another file and then just do in the userscript:

 // @require http://something/dictionary.js

I've read that new versions of greasemonkey don't have this problem, but for other browsers i don't know if they might keep cached an outdated database.

I don't want to make it fully automatic, just use some tricks to remove garbage and then review it manually before adding/updating.

claireanlage commented 10 years ago

That sounds reasonable.

claireanlage commented 10 years ago

"5661": "http://powermanga.org/",

loadletter commented 10 years ago

Updated, the suggestion thing is almost complete

loadletter commented 10 years ago

キタ━━━(゚∀゚)━━━!! The suggestion thing beta has been merged.

claireanlage commented 10 years ago

Works great!

tallos commented 10 years ago

NODATA scans http://www.mangaupdates.com/groups.html?id=5827 5827": http://nodatascans.wordpress.com/",

loadletter commented 10 years ago

@tallos: Added, you can now just send the url the group page, as seen in the readme.

loadletter commented 10 years ago

If it doesn't autoupdate in chrome, uninstall it and reinstall it as written in the readme.