tigersoldier / osd-lyrics

Moved to official repository
https://github.com/osdlyrics/osdlyrics
GNU General Public License v3.0
54 stars 67 forks source link

Fixed on fetching from xiami #5

Open shiraihii opened 10 years ago

shiraihii commented 10 years ago

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