diff --git a/README.md b/README.md index 7c875da..049efee 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,11 @@ usage: ![screenshots](scr.png) -dependencies: perl >= 5.20, LWP::UserAgent, and possibly Crypt::SSLeay. +dependencies: perl >= 5.20, LWP::UserAgent, and possibly Mozilla::CA. Likely you will want to have a font in your terminal that can render Teletext mosaic characters. I strongly recommend getting the amazing and free -[unscii](http://pelulamu.net/unscii/) raster font by Viznut. +[unscii](http://viznut.fi/unscii/) raster font by Viznut. The big thing that makes nott different from other existing NOS TT browsers (including the official web-based one) is that we parse actual teletext diff --git a/nott b/nott index cb0efc2..5e5e213 100755 --- a/nott +++ b/nott @@ -60,6 +60,7 @@ use Carp; use utf8; use open qw( :encoding(UTF-8) :std ); use LWP::UserAgent; +use Mozilla::CA; #use Data::Dump; use FindBin;