dazedcat19 / FMD2

GNU General Public License v2.0
645 stars 60 forks source link

[bug-website module] asurascans.com not downloading anything from fmd #810

Closed jillybeans closed 2 years ago

jillybeans commented 2 years ago

Prerequisite I'm using the latest version. All website modules are up to date. I Check the website first with browser and everything seems fine This is not temporary server issue.

Describe the bug fmd isnt downloading mangas from asurascans even with work around. it worked in the afternoon but it stopped working now

https://asurascans.com/comics/1-reformation-of-the-deadbeat-noble/

jillybeans commented 2 years ago

i did a quick temp fix that worked for me by editing the module

            if string.find(v.GetAttribute('src'), "lazyload") == nil then
                TASK.PageLinks.Add(v.GetAttribute('data-src'))

something like that and it worked, dunno if its a permanent fix since i dont really understand much about this stuff