Menu

#100 FillFromPagesUsingImage Not Working For Some Images

closed-fixed
None
2015-04-08
2014-01-28
No

PageList.FillFromPagesUsingImage("File:!!!-!!!_album_cover.jpg"); will not work because this image page doesn't have global usages. And the current code use global usages tag as the token.

By replacing:
src = Bot.GetSubstring(src, "<h2 id=\"filelinks\"", "<h2 id=\"globalusage\"");
to:

src = Bot.GetSubstring(src, "<h2 id=\"filelinks\"", "</ul>");

the bug is fixed.

Discussion

  • CodeDriller

    CodeDriller - 2015-01-24

    Yes, thank you. Accepted. Fixed in v3.11.

     
  • CodeDriller

    CodeDriller - 2015-01-24
    • status: open --> closed-fixed
    • Priority: 9 --> 5
     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.