diff --git a/README.txt b/README.txt index 416e0df..712d49a 100644 --- a/README.txt +++ b/README.txt @@ -2,7 +2,7 @@ WYRICS Git some lyrics =============================================================================== -Fetch lyrics for a song from lyrics.wikia.com with this script. +Fetch lyrics for a song from lyrics.fandom.com with this script. You can fetch them by search queries, or by their URL. @@ -100,5 +100,5 @@ want to skip to the next song. BORING STUFF ---------------------------------------- License is CC-0 (though, "gendl" is GPLv3) -Author is Jenga Phoenix +Author is Jaidyn Ann Sauce is at https://git.eunichx.us/wyrics.git diff --git a/wydir b/wydir index 4eceaa7..75b1085 100755 --- a/wydir +++ b/wydir @@ -3,7 +3,7 @@ # name: wydir # desc: run `wyrics` over every song in # a directory of given file-ext -# main: Jenga Phoenix +# main: Jaidyn Ann # # lisc: CC 0 ######################################## diff --git a/wyrics b/wyrics index ba31db3..9fcd688 100755 --- a/wyrics +++ b/wyrics @@ -2,8 +2,8 @@ ######################################## # name: wyrics # desc: fetch lyrics by URL or query -# from lyrics.wikia.com -# main: Jenga Phoenix +# from lyrics.fandom.com +# main: Jaidyn Ann # # lisc: CC 0 ######################################## @@ -71,7 +71,7 @@ function search { local query="$1" local query="$(echo "$query" | sed 's/ /+/g')" - gendl "https://lyrics.wikia.com/wiki/Special:Search?query=${query}" \ + gendl "https://lyrics.fandom.com/wiki/Special:Search?query=${query}" \ | sed '1,/Results/d' \ | grep "result-link" \ | search_parse