Skip to content

Commit

Permalink
πŸ› This might fix the skin tone bug
Browse files Browse the repository at this point in the history
This bug seems like it might have been present since
I first updated this with the EmojiSpider, since
the page that it scrapes from doesn't even list
modifier emojis anymore
  • Loading branch information
MyriaCore committed Jul 22, 2020
1 parent e119d35 commit a10bc58
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion EmojiSpider.py
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,8 @@ def name_to_shortcodes(shortname):

class EmojiSpider(scrapy.Spider):
name = 'emojispider'
start_urls = ['http://unicode.org/emoji/charts/emoji-list.html']
start_urls = ['http://unicode.org/emoji/charts/emoji-list.html',
'http://unicode.org/emoji/charts/full-emoji-modifiers.html']
# start_urls = ['http://172.17.0.1:8000/list2.html']

def parse(self, response):
Expand Down

0 comments on commit a10bc58

Please sign in to comment.