View Single Post
Old 07-28-2009, 12:49 PM   #7
MikeBoud
Member
MikeBoud began at the beginning.
 
Posts: 11
Karma: 10
Join Date: Feb 2009
Location: Montréal
Device: prs 700
That's what I've done... and it gives me the message I've sent earlier... --> I don't get what I am doing wrong! Here :

Code:
class AdvancedUserRecipe1248799587(BasicNewsRecipe):
    title          = u'1.2. Blogues et actualit\xe9s juridiques'
    oldest_article = 2
    max_articles_per_feed = 100

    feeds          = [(u'Droit Inc.', u'http://droit-inc.com/tiki-articles_rss'), (u'Cyberpresse - Justice et faits divers', u'http://www.cyberpresse.ca/rss/276.xml'), (u'Centre de recherche de droit public - UQAM', u'http://www.crdp.umontreal.ca/docs/rss/fr/news.xml'), (u'Jurist - Perspectives', u'http://jurist.law.pitt.edu/dateline/blogger_rss.xml'), (u'Jurist - US & International', u'http://jurist.law.pitt.edu/paperchase/blogger_rss.xml'), (u'Jurist - Op-Eds', u'http://jurist.law.pitt.edu/forumy/blogger_rss.xml'), (u'Jurist - Today in Legal History', u'http://jurist.law.pitt.edu/thisday/blogger_rss.xml'), (u'Pascale Robert-Diard', u'http://prdchroniques.blog.lemonde.fr/feed/'), (u'International Law Blog', u'http://lawprofessors.typepad.com/international_law/atom.xml'), (u'Vincent Gautrais', u'http://www.gautrais.com/spip.php?page=backend&id_rubrique=13'), (u'Journal dun avocat', u'http://www.maitre-eolas.fr/rss.php'), (u'Xavier Cormier', u'http://www.blog.ca/srv/xml/xmlfeed.php?blog=627746&mode=rss2.0'), (u'Slaw', u'http://feeds.feedburner.com/slaw/IkMK'), (u'Yale Law Blogs', u'http://blogs.law.yale.edu/blogs/MainFeed.aspx'), (u'Edward Prutschi', u'http://feeds2.feedburner.com/lawyershop/CriminalLawCanada?format=xml'), (u'Mike On Crime', u'http://mikeoncrime.com/rss/'), (u'Michel Adrien', u'http://micheladrien.blogspot.com/feeds/posts/default?alt=rss'), (u'Mary L. Dudziak', u'http://legalhistoryblog.blogspot.com/feeds/posts/default?alt=rss'), (u'Harvard ILJ Digest', u'http://www.harvardilj.org/digest/feed'), (u'Law.com', u'http://www.law.com/rss/rss_newswire.xml'), (u'Alex (CriminalReview.ca)', u'http://criminalreview.ca/index.php/feed/'), (u'Indignant Indigent', u'http://indignantindigent.blogspot.com/feeds/posts/default?alt=rss'), (u'The Court', u'http://feeds.feedburner.com/TheCourt'), (u'Evilesq', u'http://www.evilesq.com/feed/'), (u'Technologist', u'http://feeds.findlaw.com/LegalTechnologyCenter')]

Last edited by kovidgoyal; 07-28-2009 at 02:12 PM.
MikeBoud is offline   Reply With Quote