downthemall / anticontainer

DownThemAll! AntiContainer (Extension to a Firefox, Seamonkey extension)
Mozilla Public License 2.0
93 stars 41 forks source link

A new plugin is created: imgtiger.com #87

Closed soft-for-people closed 9 years ago

soft-for-people commented 10 years ago

1) The plugin for imgtiger.com:

{
    "type": "resolver",
    "ns": "softforpeople",
    "author": "soft.for.people@gmail.com",
    "prefix": "imgtiger.com",
    "match": "imgtiger.com\\\\/viewer.php\\\\?",
    "static": true,
    "finder-alternative(the-renaming-are-not-worked)": "(https?\\\\:.+?\\\\/download.php\\\\?file\\\\=)(.+?)[&\\"\\\\s\\\\>]",
    "finder": "cursor_lupa.+?src=\\"?(https?\\\\:.+?\\\\/images\\\\/)(.+?)[&\\"\\\\s\\\\>]",
    "builder": "{num:1,2}",
    "namer": "{num:2}"
}

2) May be this is a bug: The "finder-alternative" is the more right finder, but it is slower and the file renaming isn't worked (because of an additional redirection may be). The "namer" is simply ignored.

3) Is there a right way to upload .json plugins?