Closed alvarosdev closed 5 years ago
The anime description returns "\n" with $('.Description p').text(), so, looking the source, I think this $('.Description').text() (without <p> element) should work 🤔 ...
$('.Description p').text()
$('.Description').text()
<p>
Thanks for open the issue, fixed in v0.1.5
The anime description returns "\n" with
$('.Description p').text()
, so, looking the source, I think this$('.Description').text()
(without<p>
element) should work 🤔 ...