mirror of
https://github.com/samuelclay/NewsBlur.git
synced 2025-09-18 21:50:56 +00:00
Handling insta-fetching twitter feeds.
This commit is contained in:
parent
bab64e0447
commit
453f9d67eb
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ class FetchFeed:
|
|||
(self.feed.title[:30], address))
|
||||
return FEED_ERRHTTP, None
|
||||
self.fpf = feedparser.parse(youtube_feed)
|
||||
elif re.match('(https?)?://twitter.com/\w+/?$', address):
|
||||
elif re.match('(https?)?://twitter.com/\w+/?$', qurl(address, remove=['_'])):
|
||||
# try:
|
||||
twitter_feed = self.fetch_twitter(address)
|
||||
# except Exception, e:
|
||||
|
|
Loading…
Add table
Reference in a new issue