mirror of
https://github.com/rembo10/headphones.git
synced 2026-05-15 16:19:28 +01:00
Torrent support (courtesy of coolbombom), updated gitignore
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -1,6 +1,7 @@
|
||||
# Compiled source #
|
||||
###################
|
||||
*.pyc
|
||||
*.py~
|
||||
|
||||
# Logs and databases #
|
||||
######################
|
||||
@@ -14,4 +15,4 @@ logs/*
|
||||
.DS_Store?
|
||||
ehthumbs.db
|
||||
Icon?
|
||||
Thumbs.db
|
||||
Thumbs.db
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
import urllib, urllib2
|
||||
import urllib, urllib2, urlparse
|
||||
import lib.feedparser as feedparser
|
||||
from xml.dom import minidom
|
||||
from xml.parsers.expat import ExpatError
|
||||
@@ -877,4 +877,4 @@ def preprocesstorrent(resultlist):
|
||||
except ExpatError:
|
||||
logger.error('Unable to torrent file. Skipping.')
|
||||
continue
|
||||
return torrent, selresult
|
||||
return torrent, selresult
|
||||
|
||||
Reference in New Issue
Block a user