File tree Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Expand file tree Collapse file tree 5 files changed +15
-8
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,13 @@ Changelog
6
6
Due to this library relying on external content, older versions are not guaranteed to work.
7
7
Try to always use the latest version.
8
8
9
+ .. _v2.0.1 :
10
+
11
+ 2.0.1 (2019-06-04)
12
+ ==================
13
+
14
+ - Replaced references to ``secure.tibia.com `` with ``www.tibia.com `` as the former always redirects to the front page.
15
+
9
16
.. _v2.0.0 :
10
17
11
18
2.0.0 (2019-06-03)
Original file line number Diff line number Diff line change @@ -90,10 +90,10 @@ Supported Sections
90
90
+---------------------------+---------------------------------------+--------------------------------------+
91
91
92
92
93
- .. _Characters : https://secure .tibia.com/community/?subtopic=characters
94
- .. _Guilds : https://secure .tibia.com/community/?subtopic=guilds
95
- .. _Highscores : https://secure .tibia.com/community/?subtopic=highscores
96
- .. _Houses : https://secure .tibia.com/community/?subtopic=houses
97
- .. _Kill Statistics : https://secure .tibia.com/community/?subtopic=killstatistics
93
+ .. _Characters : https://wwww .tibia.com/community/?subtopic=characters
94
+ .. _Guilds : https://www .tibia.com/community/?subtopic=guilds
95
+ .. _Highscores : https://www .tibia.com/community/?subtopic=highscores
96
+ .. _Houses : https://www .tibia.com/community/?subtopic=houses
97
+ .. _Kill Statistics : https://www .tibia.com/community/?subtopic=killstatistics
98
98
.. _News : https://www.tibia.com/news/?subtopic=newsarchive
99
99
.. _Worlds : https://www.tibia.com/community/?subtopic=worlds
Original file line number Diff line number Diff line change 59
59
"MMORPG",
60
60
"Massively multiplayer online role-playing game"
61
61
],
62
- "url":"https://secure .tibia.com",
62
+ "url":"https://wwww .tibia.com",
63
63
"image":"https://ssl-static-tibia.akamaized.net/images/global/general/streaming/youtube/poster.jpg",
64
64
"screenshot":"https://ssl-static-tibia.akamaized.net/images/images/global/general/streaming/youtube/backgroundart.jpg",
65
65
"sameAs": [
Original file line number Diff line number Diff line change 12
12
from tibiapy .world import *
13
13
from tibiapy .client import *
14
14
15
- __version__ = '2.0.0 '
15
+ __version__ = '2.0.1 '
16
16
17
17
from logging import NullHandler
18
18
Original file line number Diff line number Diff line change 16
16
17
17
results_pattern = re .compile (r'Results: (\d+)' )
18
18
19
- HIGHSCORES_URL = "https://secure .tibia.com/community/?subtopic=highscores&world=%s&list=%s&profession=%d¤tpage=%d"
19
+ HIGHSCORES_URL = "https://wwww .tibia.com/community/?subtopic=highscores&world=%s&list=%s&profession=%d¤tpage=%d"
20
20
HIGHSCORES_URL_TIBIADATA = "https://api.tibiadata.com/v2/highscores/%s/%s/%s.json"
21
21
22
22
You can’t perform that action at this time.
0 commit comments