diff --git a/README.md b/README.md index a8b5cc1..1e148a3 100644 --- a/README.md +++ b/README.md @@ -25,5 +25,5 @@ Currently has 2 commands (2 different sources): `br` and `bd`. ``` >bd the lord of the rings - The Lord of the Rings: The Motion Pictur… (2001-2003): May 01, 2012 + The Lord of the Rings: The Motion Pictur… (2001-2003): May 01, 2012 ``` diff --git a/plugin.py b/plugin.py index 7898e27..990cf9d 100644 --- a/plugin.py +++ b/plugin.py @@ -33,7 +33,7 @@ import supybot.plugins as plugins import supybot.ircutils as ircutils import supybot.callbacks as callbacks -import re + import requests from bs4 import BeautifulSoup