Skip to content

Commit 9531cbc

Browse files
author
poison
committed
skip age check
1 parent 052e667 commit 9531cbc

File tree

1 file changed

+1
-0
lines changed
  • src/main/java/com/ignorelist/kassandra/steam/scraper

1 file changed

+1
-0
lines changed

src/main/java/com/ignorelist/kassandra/steam/scraper/Scraper.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,7 @@ public Set<String> loadUserTags(Long gameId) throws IOException {
7171
URL url=new URL("http://store.steampowered.com/app/"+gameId);
7272
URLConnection uRLConnection=url.openConnection();
7373
uRLConnection.setRequestProperty("User-Agent", "Valve/Steam HTTP Client 1.0 (tenfoot)");
74+
uRLConnection.setRequestProperty("Cookie", "birthtime=-3599; lastagecheckage=1-January-1970");
7475
InputStream inputStream=uRLConnection.getInputStream();
7576
try {
7677
Files.copy(inputStream, cacheFilePath);

0 commit comments

Comments
 (0)