Hello,
Freevo: 1.7.0_rc2
due to a format change at imdb, "freevo imdb ..." no longer worked for me.
The attached patch reflects these changes.
Kind regards,
Christian
imdb_format_change_fix.diff
Description: Binary data
---
Hello,
Freevo: 1.7.0_rc2
BeautifulSoup: 3.0.3
when issuing "freevo imdb ..." on my utf8 system, BeautifulSoup had
troubles with determining that the pages coming from imdb.com are actually
ISO-8859-1. The problem is the initialization of BeautifulSoup is
src/util/fxdimdb.py. There somethin