aboutsummaryrefslogtreecommitdiffstats
path: root/piccast/feeds/management
diff options
context:
space:
mode:
Diffstat (limited to 'piccast/feeds/management')
-rw-r--r--piccast/feeds/management/commands/scrape_feeds.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/piccast/feeds/management/commands/scrape_feeds.py b/piccast/feeds/management/commands/scrape_feeds.py
index c391470..2371f97 100644
--- a/piccast/feeds/management/commands/scrape_feeds.py
+++ b/piccast/feeds/management/commands/scrape_feeds.py
@@ -144,7 +144,7 @@ def scrape_feed(feed_shortname):
del f
if(feed_shortname == u"acidcow"):
- psets = filter(lambda s: s['category'] in (u'Pics', u'Picdump'), psets)
+ psets = filter(lambda s: s['category'] in (u'Pics', u'Picdump',u'Celebs',u'Girls',u'Cars'), psets)
new_psets = filter(lambda s: \
0 == len(PicSet.objects.filter(source_url=s['source_url'])), \