Path: csiph.com!usenet.pasdenom.info!weretis.net!feeder1.news.weretis.net!feeder.erje.net!eu.feeder.erje.net!newsfeed.freenet.ag!news2.euro.net!newsgate.cistron.nl!newsgate.news.xs4all.nl!post.news.xs4all.nl!not-for-mail Return-Path: X-Original-To: python-list@python.org Delivered-To: python-list@mail.python.org X-Spam-Status: OK 0.036 X-Spam-Evidence: '*H*': 0.93; '*S*': 0.00; 'debugging': 0.05; 'filename.': 0.09; 'filenames,': 0.09; 'to:addr:comp.lang.python': 0.09; 'url:rss': 0.09; 'cc:addr:python-list': 0.10; 'feed.': 0.16; 'trying': 0.21; 'parse': 0.22; 'example': 0.23; 'cc:2**1': 0.24; 'cc:addr:python.org': 0.25; 'header:In-Reply-To:1': 0.25; 'header :User-Agent:1': 0.26; 'thanks!': 0.26; 'cc:addr:gmail.com': 0.27; 'post': 0.28; 'questions.': 0.29; "i'm": 0.29; 'minimal': 0.30; 'code': 0.31; 'asking': 0.32; 'traceback': 0.33; 'problem': 0.33; 'received:google.com': 0.34; 'feed': 0.35; 'there': 0.35; 'url:org': 0.36; 'useful': 0.36; 'should': 0.36; 'data': 0.37; 'subject:: ': 0.38; 'some': 0.38; 'shows': 0.38; 'your': 0.60; 'url:aspx': 0.60; 'more': 0.63; 'show': 0.63; 'tricks': 0.65; 'pleasure.': 0.84; 'strangers': 0.84; 'seriously,': 0.91 X-Received: by 10.49.30.100 with SMTP id r4mr307586qeh.32.1363285158372; Thu, 14 Mar 2013 11:19:18 -0700 (PDT) Newsgroups: comp.lang.python Date: Thu, 14 Mar 2013 11:19:18 -0700 (PDT) In-Reply-To: Complaints-To: groups-abuse@google.com Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=75.72.47.176; posting-account=XtVbbAkAAACKUwKnhT-sDRR6-3PQ0CMA References: User-Agent: G2/1.0 X-Google-Web-Client: true X-Google-IP: 75.72.47.176 MIME-Version: 1.0 Subject: Re: Generating Filenames from Feeds From: Chuck To: comp.lang.python@googlegroups.com Content-Type: text/plain; charset=ISO-8859-1 Cc: "python-list@python.org" , Chuck X-BeenThere: python-list@python.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: General discussion list for the Python programming language List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Message-ID: Lines: 27 NNTP-Posting-Host: 2001:888:2000:d::a6 X-Trace: 1363285167 news.xs4all.nl 6859 [2001:888:2000:d::a6]:52179 X-Complaints-To: abuse@xs4all.nl Xref: csiph.com comp.lang.python:41238 > Seriously, if you don't post a minimal code example that shows the problem and with a full traceback you are asking strangers to do magic tricks for your pleasure. I'm asking more for a better way of generating destination filenames, not so much debugging questions. I only put my attempts there to show people that I was actually trying something, and not just relying on people to do my thinking for me. I'm trying to take a feed such as this http://www.theskepticsguide.org/feed/rss.aspx?feed=SGU and parse some useful data out of it for a destination filename. The solution should be general, and not just for this particular feed. Thanks!