Skip to content

Commit

Permalink
added more wpmanga
Browse files Browse the repository at this point in the history
  • Loading branch information
riderkick committed Jun 16, 2015
1 parent e651838 commit 447e723
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions baseunits/uBaseUnit.pas
Original file line number Diff line number Diff line change
Expand Up @@ -359,8 +359,9 @@ interface
MANGACAP_ID = 97;
MANGABOOM_ID = 98;
AUTHRONE_ID = 99;
EYEONMANGA_ID = 100;

WebsiteRoots: array [0..99] of array [0..1] of string = (
WebsiteRoots: array [0..100] of array [0..1] of string = (
('AnimeA', 'http://manga.animea.net'),
('MangaHere', 'http://www.mangahere.co'),
('MangaInn', 'http://www.mangainn.me'),
Expand Down Expand Up @@ -460,7 +461,8 @@ interface
('Madokami', 'https://manga.madokami.com'),
('MangaCap', 'http://www.mangacap.com'),
('MangaBoom', 'http://www.mangaboom.com'),
('Authrone', 'http://www.authrone.com')
('Authrone', 'http://www.authrone.com'),
('EyeOnManga', 'http://www.eyeonmanga.com')
);

ALPHA_LIST = '#abcdefghijklmnopqrstuvwxyz';
Expand Down Expand Up @@ -1378,7 +1380,8 @@ function SitesIsWPManga(const websiteid: Cardinal): Boolean;
Result := websiteid in [
MANGACAP_ID,
MANGABOOM_ID,
AUTHRONE_ID
AUTHRONE_ID,
EYEONMANGA_ID
];
end;

Expand Down

0 comments on commit 447e723

Please sign in to comment.