Name: Anonymous 2009-04-14 18:02
I programmed one, who's interested?
Traceback (most recent call last):
File "C:\Users\X\Desktop\api.py", line 71, in <module>
main()
File "C:\Users\X\Desktop\api.py", line 66, in main
for video in youporn.get_most_viewed(sort_by="all")[1:]:
File "C:\Users\X\Desktop\api.py", line 50, in get_most_viewed
MOST_VIEWED_URL % (sort_by, page)),"beautifulsoup"))
File "C:\Python27\lib\site-packages\html5lib\html5parser.py", line 36, in pars
e
tb = treebuilders.getTreeBuilder(treebuilder)
File "C:\Python27\lib\site-packages\html5lib\treebuilders\__init__.py", line 7
0, in getTreeBuilder
import soup
File "C:\Python27\lib\site-packages\html5lib\treebuilders\soup.py", line 5, in
<module>
from BeautifulSoup import BeautifulSoup, Tag, NavigableString, Comment, Decl
aration
ImportError: No module named BeautifulSoup