Closed jonastaedcke closed 1 month ago
looks ok. keep the collectdata method first.
@Bockiii
I think you are running the getBasics command unncessearily often.
Since you are already giving $json to getArtist, you can also give it to getName and save a url request.
Otherwise the code looks great! Thanks for the addition/fix!
code looks code, cant verify by testing it right now and sadly the tester is broken right now :)
@Bockiii Here is the output for the artist Lady Gaga 277293880 277293880.xml.zip
Bridge | Context | Status |
---|---|---|
AppleMusic | 1 untitled (current) | ✔️ |
AppleMusic | 1 untitled (pr) | ✔️ |
last change: Friday 2024-10-18 04:14:28
please fix the lint test errors
After a typo fix one test failed
the error is not on you, not sure what the testers problem is there, specially since it worked before.
change lgtm, thanks!
Thank you for your review and quick responses!
Add image and name of artist, add some more cover sizes to content, add author to item
The
getIcon
function works and also outputs the correct URL for<logo>
and<icon>
. However, this stored image is ignored by my RSS reader (FreshRSS and Reeder). FreshRSS unfortunately removes thesrcset
attribute fromimg
. Nevertheless, the different image sizes may help someone.Example of David Gilmour/638538:
This is my first PR. I hope everything is correct :)