mirror of
https://github.com/zedeus/nitter.git
synced 2024-12-12 11:06:30 +00:00
parent
ba57511a01
commit
edb3751181
1 changed files with 2 additions and 2 deletions
|
@ -7,8 +7,8 @@ import types, utils, query
|
||||||
from unicode import Rune, `$`
|
from unicode import Rune, `$`
|
||||||
|
|
||||||
const
|
const
|
||||||
ytRegex = re"([A-z.]+\.)?youtu(be.com|.be)"
|
ytRegex = re"([A-z.]+\.)?youtu(be\.com|\.be)"
|
||||||
twRegex = re"(www.|mobile.)?twitter.com"
|
twRegex = re"(www\.|mobile\.)?twitter\.com"
|
||||||
cards = "https://cards.twitter.com/cards"
|
cards = "https://cards.twitter.com/cards"
|
||||||
tco = "https://t.co"
|
tco = "https://t.co"
|
||||||
nbsp = $Rune(0x000A0)
|
nbsp = $Rune(0x000A0)
|
||||||
|
|
Loading…
Reference in a new issue