do not download html files from moz bz

Change-Id: I18519dd8ad0bdaac55a1d5bccdc30b943d717c9c
This commit is contained in:
David Tardon
2013-12-13 09:29:58 +01:00
parent 735dc598cd
commit af8191d2fa

View File

@@ -448,6 +448,11 @@ common_noncore_mimetypes = {
for (prefix, uri) in rss_bugzillas.items():
for (mimetype,extension) in mimetypes.items():
# It seems that bugzilla has problems returing that many results
# (10000 results is probably a limit set somewhere) so we always
# end processing the complete list.
if mimetype == 'text/html' and prefix == 'moz':
continue
get_through_rss_query(uri, mimetype, prefix, extension)
for (mimetype,extension) in mimetypes.items():