Skip to content

Commit 9225039

Browse files
committed
update scraper for webpage change
1 parent 568ba4d commit 9225039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/rofi-emoji.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ function download() {
5757
# Download the list of emoji and remove all the junk around it
5858
emojis=$(curl -s "$url" | \
5959
xmllint --html \
60-
--xpath '//ul[@class="emoji-list"]' - 2>/dev/null)
60+
--xpath '//ul[@class="emoji-list css_test1"]' - 2>/dev/null)
6161

6262
# Get rid of starting/closing ul tags
6363
emojis=$(echo "$emojis" | head -n -1 | tail -n +1)

0 commit comments

Comments
 (0)