We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 1a0aad0 + ab75635 commit 73a0888Copy full SHA for 73a0888
scripts/imdb.pl
@@ -4,7 +4,7 @@
4
use HTML::Entities;
5
use vars qw($VERSION %IRSSI $cache);
6
7
-$VERSION = '1.05';
+$VERSION = '1.06';
8
%IRSSI = (
9
authors => 'Eric Jansen',
10
contact => '[email protected]',
@@ -13,12 +13,13 @@
13
license => 'GPL',
14
modules => 'LWP::UserAgent HTML::Entities',
15
url => 'http://xyrion.org/irssi/',
16
- changed => '2022-12-09',
+ changed => '2025-11-16',
17
selfcheckcmd=> 'imdb check',
18
);
19
20
my $ua = new LWP::UserAgent;
21
-$ua->agent("Irssi/imdb/$VERSION");
+#$ua->agent("Irssi/imdb/$VERSION");
22
+$ua->agent('Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:143.0) Gecko/20100101 Firefox/143.0');
23
24
# Set the timeout to five second, so it won't freeze the client too long on laggy connections
25
$ua->timeout(5);
0 commit comments