Kodi Community Forum
Release [MOD] AniDB.net scrapers for TV shows and Movies - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: Add-on Support (https://forum.kodi.tv/forumdisplay.php?fid=27)
+---- Forum: Information Providers (scrapers) (https://forum.kodi.tv/forumdisplay.php?fid=147)
+----- Forum: TV Show Scrapers (https://forum.kodi.tv/forumdisplay.php?fid=305)
+----- Thread: Release [MOD] AniDB.net scrapers for TV shows and Movies (/showthread.php?tid=142835)



RE: [MOD] AniDB.net scrapers for TV shows and Movies - Karellen - 2022-07-10

(2022-07-10, 13:33)NemRe Wrote: Any solution? Thanks (I use Kodi 19.4)
This scraper has not been updated in over 2 years and there has been no sign of the author during that time.
I think it is safe to assume the scraper is unmaintained.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - Sesshoumaru - 2022-09-04

Somebody thought about this?
https://kodi.tv/article/thetvdb/

The AniDB scapper uses e.g. 
thetvdb.com/api/GetSeries
thetvdb.com/api/1D62F2F90030C444/series/\1/all/en.zip
thetvdb.com/banners/_cache/

Plus some other parser magic. If this APIs are stopp working it could be the end --- and sadly this parser here is the only one I know for AniDB which gets it right and is especially made for anime to begin with...


RE: [MOD] AniDB.net scrapers for TV shows and Movies - Karellen - 2022-09-04

(2022-09-04, 21:57)Sesshoumaru Wrote: If this APIs are stopp working it could be the end
See my previous post


RE: [MOD] AniDB.net scrapers for TV shows and Movies - Sesshoumaru - 2022-10-08

Ok, I love to use AniDb ... if the scrapper will or cannot be updated, then I might undertake the venture to write my own phyton based scrapper.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - kumar singh - 2022-12-19

Over two years, this scraper has not been updated, and the creator has not been seen. It seems reasonable to infer that the scraper is not maintained.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - BAXON - 2023-03-04

The following seems to help:

Download animetitles.xml from here (no more than once a day):
http://anidb.net/api/anime-titles.xml.gz

then unpack the file anime-titles.xml from the archive and copy it to the scrapper folder ( AppData\Roaming\Kodi\cache\scrapers\metadata.tvshows.anidb.net.mod\) renaming it to animetitles.xml

After that, I began to find new serials with the help of this scrapper


RE: [MOD] AniDB.net scrapers for TV shows and Movies - NinjaWarrior - 2023-06-01

(2023-03-04, 15:28)BAXON Wrote: The following seems to help:

Download animetitles.xml from here (no more than once a day):
http://anidb.net/api/anime-titles.xml.gz

then unpack the file anime-titles.xml from the archive and copy it to the scrapper folder ( AppData\Roaming\Kodi\cache\scrapers\metadata.tvshows.anidb.net.mod\) renaming it to animetitles.xml

After that, I began to find new serials with the help of this scrapper

Thanks! This works, though the scraper does not find the titles were the tag xml:lang appears before type="main" like this:

:
<title xml:lang="x-jat" type="main">

Should be changed to:

:
<title type="main" xml:lang="x-jat">

Any idea how to patch/modify the scraper to avoid that?


RE: [MOD] AniDB.net scrapers for TV shows and Movies - NinjaWarrior - 2023-06-01

Hmm, I just tried to do a search&replace of <title xml:lang="x-jat" type="main"> to 
<title type="main" xml:lang="x-jat"> in animetitles.xml and seems it does the trick.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - DiMag - 2023-06-02

Tried to download the file, no luck. When I retried per GNU wget for Windows I got the following screen:

f:\ExecPortable\Windows\(DL)\GnuWget>wget.exe http://anidb.net/api/anime-titles.xml.gz
--2023-06-02 16:25:15--  http://anidb.net/api/anime-titles.xml.gz
Resolving anidb.net (anidb.net)... 94.130.237.200
Connecting to anidb.net (anidb.net)|94.130.237.200|:80... connected.
HTTP request sent, awaiting response... 301 Moved Permanently
Location: https://anidb.net/api/anime-titles.xml.gz [following]
--2023-06-02 16:25:15--  https://anidb.net/api/anime-titles.xml.gz
Connecting to anidb.net (anidb.net)|94.130.237.200|:443... connected.
HTTP request sent, awaiting response... 403 Forbidden
2023-06-02 16:25:16 ERROR 403: Forbidden.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - NinjaWarrior - 2023-06-03

I downloaded it with no problems just opening the link in Chrome. Make sure your adblock/ublock/whatever is disabled though. I have not tried using wget.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - DiMag - 2023-06-07

You are right, once you input "http://anidb.net/api/anime-titles.xml.gz" in a chrome tab with adblock disabled the file downloads without complaint. Trying to download it from the command line (e.g., per wget) fails, as anidb.net has disabled (403 error) the listing of its /api directory.

I wonder whether there is a way for registered users of anidb.net to download anime-titles.xml from within the site's interface; at first glance, I couldn't find any such control.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - DiMag - 2023-06-07

I would like to add that the scraper is (1) both commendable and admirable, (2) does its work for anime better than other more widely known and supported scrapers do for movies and tvseries, (3) the only update it needs is a refreshing of the anime-lists (and thanks to those in this thread who helped with it), and (4) the only reason to abandon it would be if the sites which it scrapes deliberately sabotaged it and no one devised appropriate countermeasures.


RE: [MOD] AniDB.net scrapers for TV shows and Movies - bass.exe21 - 2023-06-15

These xmls still work, at least for me. Just change it from the scraper's settings.
https://raw.githubusercontent.com/Anime-Lists/anime-lists/master/animetitles.xml
https://raw.githubusercontent.com/Anime-Lists/anime-lists/master/anime-list.xml

https://github.com/Anime-Lists/anime-lists