Delete feedify.py leftover code

iTunes integration untested, unreliable and not working...
This commit is contained in:
2020-04-05 22:16:52 +02:00
parent aad2398e69
commit a82ec96eb7
2 changed files with 0 additions and 36 deletions

View File

@@ -13,7 +13,6 @@ import lxml.html
from bs4 import BeautifulSoup
from . import feeds
from . import feedify
from . import crawler
from . import readabilite
@@ -318,13 +317,6 @@ def UrlFix(url):
def FeedFetch(url, options):
# allow for code execution for feedify
pre = feedify.pre_worker(url)
if pre:
url = UrlFix(pre)
log('url redirect')
log(url)
# fetch feed
delay = DELAY