Kuoxen / pydelicious

Automatically exported from code.google.com/p/pydelicious
Other
0 stars 0 forks source link

Mismatch of the return value of pydelicious.get_popular() #37

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. install feedparser
2. install pydelicious
3. pydelicious.get_popular(tag='python')

What is the expected output? What do you see instead?

I want to see a dictionary of python tag.
Get a xml document instead.

What version of the product are you using? On what operating system?

feedparser-5.0.1.zip
pydelicious-0.6.zip

WindowsXP 
Please provide any additional information below.

something like this : <?xml version="1.0" encoding="UTF-8"?>\n<rdf:RDF 
xmlns="http://purl.org/rss/1.0/" 
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" 
xmlns:content="http://purl.org/rss/1.0/modules/content/"

Original issue reported on code.google.com by E.Morphl...@gmail.com on 28 Jul 2011 at 10:30

GoogleCodeExporter commented 8 years ago
When a try this, retrieve-me a empty set.

Original comment by relso...@gmail.com on 13 Oct 2011 at 2:15

GoogleCodeExporter commented 8 years ago
I am seeing this as well but on a mac.

Software:

Snow Leopard
feedparser-5.0.1-py2.6.egg
pydelicious==0.6

Original comment by jaikan...@gmail.com on 17 Oct 2011 at 3:30

GoogleCodeExporter commented 8 years ago
I had the same issue but it looks like it was because I didn't have feedparser 
installed. It worked after I installed feedparser.

Original comment by dpoli...@gmail.com on 6 Jun 2012 at 12:57