• 1
  • 67
  • 68
  • 69
  • 70
  • 71(current)
Release [MOD] AniDB.net scrapers for TV shows and Movies
(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.
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
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...
Reply
(2022-09-04, 21:57)Sesshoumaru Wrote: If this APIs are stopp working it could be the end
See my previous post
My Signature
Links to : Official:Forum rules (wiki) | Official:Forum rules/Banned add-ons (wiki) | Debug Log (wiki)
Links to : HOW-TO:Create Music Library (wiki) | HOW-TO:Create_Video_Library (wiki)  ||  Artwork (wiki) | Basic controls (wiki) | Import-export library (wiki) | Movie sets (wiki) | Movie universe (wiki) | NFO files (wiki) | Quick start guide (wiki)
Reply
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.
Reply
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.
Reply
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
Reply
(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?
Reply
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.
Reply
Bug 
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.
Reply
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.
Reply
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.
Reply
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.
Reply
These xmls still work, at least for me. Just change it from the scraper's settings.
https://raw.githubusercontent.com/Anime-...titles.xml
https://raw.githubusercontent.com/Anime-...e-list.xml

https://github.com/Anime-Lists/anime-lists
Reply
  • 1
  • 67
  • 68
  • 69
  • 70
  • 71(current)

Logout Mark Read Team Forum Stats Members Help
[MOD] AniDB.net scrapers for TV shows and Movies8