We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 568ba4d commit 9225039Copy full SHA for 9225039
scripts/rofi-emoji.sh
@@ -57,7 +57,7 @@ function download() {
57
# Download the list of emoji and remove all the junk around it
58
emojis=$(curl -s "$url" | \
59
xmllint --html \
60
- --xpath '//ul[@class="emoji-list"]' - 2>/dev/null)
+ --xpath '//ul[@class="emoji-list css_test1"]' - 2>/dev/null)
61
62
# Get rid of starting/closing ul tags
63
emojis=$(echo "$emojis" | head -n -1 | tail -n +1)
0 commit comments