As metioned in the Issue of OriginRepo:
'It can not fetch lyrics?! #3'
warmsun0220 said:
the URL of xiami had changed,try to open the file ol_lrc_fetch_xiami.c and change the *TITLE_PATTERN to "href=\"http://www.xiami.com/song/" and recompilation it
After that, it can fetch the title from xiamia, but the lyric file downloaded contains just an 'HTTP403' page.
modify ARTIST_PATTERN makes it works.
Modified in the src of TITLE_PATTERN and ARTIST_PATTERN of xiami in ol_lrc_fetch_xiami.c
As metioned in the Issue of OriginRepo: 'It can not fetch lyrics?! #3' warmsun0220 said:
the URL of xiami had changed,try to open the file ol_lrc_fetch_xiami.c and change the *TITLE_PATTERN to "href=\"http://www.xiami.com/song/" and recompilation it
After that, it can fetch the title from xiamia, but the lyric file downloaded contains just an 'HTTP403' page. modifyARTIST_PATTERN
makes it works.Modified in the src of
TITLE_PATTERN
andARTIST_PATTERN
of xiami inol_lrc_fetch_xiami.c