IGN:Tag release

This commit is contained in:
Kovid Goyal 2009-10-30 17:32:26 -06:00
parent 70fa3553a7
commit 6476fafa72
3 changed files with 267 additions and 252 deletions

View File

@ -94,7 +94,7 @@ class ElUniversal(BasicNewsRecipe):
,(u'Mexico' , u'http://www.eluniversal.com.mx/rss/mexico.xml' ) ,(u'Mexico' , u'http://www.eluniversal.com.mx/rss/mexico.xml' )
,(u'Estados' , u'http://www.eluniversal.com.mx/rss/estados.xml' ) ,(u'Estados' , u'http://www.eluniversal.com.mx/rss/estados.xml' )
,(u'Finanzas' , u'http://www.eluniversal.com.mx/rss/finanzas.xml' ) ,(u'Finanzas' , u'http://www.eluniversal.com.mx/rss/finanzas.xml' )
(u'Deportes' , u'http://www.eluniversal.com.mx/rss/deportes.xml' ) ,(u'Deportes' , u'http://www.eluniversal.com.mx/rss/deportes.xml' )
,(u'Espectaculos' , u'http://www.eluniversal.com.mx/rss/espectaculos.xml' ) ,(u'Espectaculos' , u'http://www.eluniversal.com.mx/rss/espectaculos.xml' )
,(u'Cultura' , u'http://www.eluniversal.com.mx/rss/cultura.xml' ) ,(u'Cultura' , u'http://www.eluniversal.com.mx/rss/cultura.xml' )
,(u'Ciencia' , u'http://www.eluniversal.com.mx/rss/ciencia.xml' ) ,(u'Ciencia' , u'http://www.eluniversal.com.mx/rss/ciencia.xml' )

View File

@ -334,7 +334,6 @@ class HTMLInput(InputFormatPlugin):
htmlfile_map = {} htmlfile_map = {}
for f in filelist: for f in filelist:
path = f.path path = f.path
print 111, path, repr(path), repr(os.path.dirname(path))
oeb.container = DirContainer(os.path.dirname(path), log) oeb.container = DirContainer(os.path.dirname(path), log)
bname = os.path.basename(path) bname = os.path.basename(path)
id, href = oeb.manifest.generate(id='html', id, href = oeb.manifest.generate(id='html',

File diff suppressed because it is too large Load Diff