Scrapping AniDB plot links into full urls
#1
Video 
I´ve been using TMM almost a year to rename and search details of my anime collection through anidb, but when scrapping the plot of almost every series TMM convert characters names link´s into urls. e. g. the plot of the third season part 2 of Attack on titan page on anidb is: 
Quote:Hoping to retake Wall Maria and find the answers humanity seeks in Grisha's basement, Eren, Mikasa, Armin and the rest of the Scout Regiment return to the town where everything began: Shiganshina.

Source: ANN
But when using TMM to get the plot it scrappe it like this:
Quote:Hoping to retake Wall Maria and find the answers humanity seeks in Grisha`s basement, http://anidb.net/ch51115 [Eren], http://anidb.net/ch51116 [Mikasa], http://anidb.net/ch51114 [Armin] and the rest of the Scout Regiment return to the town where everything began: Shiganshina. Source: ANN
I know character´s name are urls in the anidb page for easy-to-get information, but, Is there a way to disable the conversion of links into full urls?, because when using Kodi it just take space in the interfaz.
#2
looks like this comes 1:1 from AniDB in this format. We do not convert anything here, but only pass the values 1:1

This is what _really_ is on the AniDB website:

html:
<div class="g_bubble g_section desc" itemprop="description">
Hoping to retake Wall Maria and find the answers humanity seeks in Grisha's basement, <a href="https://anidb.net/ch51115">Eren</a>, <a href="https://anidb.net/ch51116">Mikasa</a>, <a href="https://anidb.net/ch51114">Armin</a> and the rest of the Scout Regiment return to the town where everything began: Shiganshina.<br>
<br>
<i>Source: ANN</i>
</div>
tinyMediaManager - THE media manager of your choice - available for Windows, macOS and Linux
Help us translate tinyMediaManager at Weblate | Translations at 66%
Found a bug or want to submit a feature request? Contact us at GitLab
#3
(2021-02-18, 15:23)mlaggner Wrote: looks like this comes 1:1 from AniDB in this format. We do not convert anything here, but only pass the values 1:1

This is what _really_ is on the AniDB website:

html:
<div class="g_bubble g_section desc" itemprop="description">
Hoping to retake Wall Maria and find the answers humanity seeks in Grisha's basement, <a href="https://anidb.net/ch51115">Eren</a>, <a href="https://anidb.net/ch51116">Mikasa</a>, <a href="https://anidb.net/ch51114">Armin</a> and the rest of the Scout Regiment return to the town where everything began: Shiganshina.<br>
<br>
<i>Source: ANN</i>
</div>

Thanks for clarifing this, i was suspecting it has something to do with the raw info data AniDB use in their html format. Keep up the good work.

Logout Mark Read Team Forum Stats Members Help
Scrapping AniDB plot links into full urls0