Merge pull request '#1 - added m.youtube.com to hosts_d list to temporarily fix title parsing' (#2) from konrad/dailybuild_modules:mobileyoutube-fix into master
Reviewed-on: zuckerberg/dailybuild_modules#2
This commit is contained in:
commit
1290ddd9a2
@ -269,6 +269,7 @@ def twitter(url):
|
||||
hosts_d = {
|
||||
"youtube.com": youtube,
|
||||
"youtu.be": youtube,
|
||||
"m.youtube.com": youtube,
|
||||
"lainchan.org": lainchan,
|
||||
"i.imgur.com": imgur,
|
||||
"imgur.com": imgur,
|
||||
|
Loading…
x
Reference in New Issue
Block a user