• Log InLog In
  • Register
Liquid`
Team Liquid Liquipedia
EDT 17:24
CET 22:24
KST 06:24
  • Home
  • Forum
  • Calendar
  • Streams
  • Liquipedia
  • Features
  • Store
  • EPT
  • TL+
  • StarCraft 2
  • Brood War
  • Smash
  • Heroes
  • Counter-Strike
  • Overwatch
  • Liquibet
  • Fantasy StarCraft
  • TLPD
  • StarCraft 2
  • Brood War
  • Blogs
Forum Sidebar
Events/Features
News
Featured News
ByuL: The Forgotten Master of ZvT29Behind the Blue - Team Liquid History Book19Clem wins HomeStory Cup 289HomeStory Cup 28 - Info & Preview13Rongyi Cup S3 - Preview & Info8
Community News
Blizzard Classic Cup - Tastosis announced as captains6Weekly Cups (March 2-8): ByuN overcomes PvT block4GSL CK - New online series18BSL Season 224Vitality ends partnership with ONSYDE20
StarCraft 2
General
Blizzard Classic Cup - Tastosis announced as captains GSL CK - New online series Weekly Cups (March 2-8): ByuN overcomes PvT block Weekly Cups (Feb 23-Mar 1): herO doubles, 2v2 bonanza Vitality ends partnership with ONSYDE
Tourneys
[GSL CK] Team Maru vs. Team herO WardiTV Team League Season 10 Master Swan Open (Global Bronze-Master 2) RSL Season 4 announced for March-April Sparkling Tuna Cup - Weekly Open Tournament
Strategy
Custom Maps
Publishing has been re-enabled! [Feb 24th 2026] Map Editor closed ?
External Content
The PondCast: SC2 News & Results Mutation # 516 Specter of Death Mutation # 515 Together Forever Mutation # 514 Ulnar New Year
Brood War
General
ASL21 General Discussion Gypsy to Korea BGH Auto Balance -> http://bghmmr.eu/ Recent recommended BW games BSL 22 Map Contest — Submissions OPEN to March 10
Tourneys
[Megathread] Daily Proleagues IPSL Spring 2026 is here! ASL Season 21 Qualifiers March 7-8 BWCL Season 64 Announcement
Strategy
Soma's 9 hatch build from ASL Game 2 Fighting Spirit mining rates Simple Questions, Simple Answers Zealot bombing is no longer popular?
Other Games
General Games
PC Games Sales Thread Nintendo Switch Thread Path of Exile No Man's Sky (PS4 and PC) Stormgate/Frost Giant Megathread
Dota 2
Official 'what is Dota anymore' discussion The Story of Wings Gaming
League of Legends
Heroes of the Storm
Simple Questions, Simple Answers Heroes of the Storm 2.0
Hearthstone
Deck construction bug Heroes of StarCraft mini-set
TL Mafia
Five o'clock TL Mafia Mafia Game Mode Feedback/Ideas Vanilla Mini Mafia TL Mafia Community Thread
Community
General
US Politics Mega-thread Russo-Ukrainian War Thread Mexico's Drug War Things Aren’t Peaceful in Palestine YouTube Thread
Fan Clubs
The IdrA Fan Club
Media & Entertainment
[Req][Books] Good Fantasy/SciFi books [Manga] One Piece
Sports
2024 - 2026 Football Thread Formula 1 Discussion General nutrition recommendations Cricket [SPORT] TL MMA Pick'em Pool 2013
World Cup 2022
Tech Support
Laptop capable of using Photoshop Lightroom?
TL Community
The Automated Ban List
Blogs
Iranian anarchists: organize…
XenOsky
FS++
Kraekkling
Shocked by a laser…
Spydermine0240
Gaming-Related Deaths
TrAiDoS
Unintentional protectionism…
Uldridge
ASL S21 English Commentary…
namkraft
Customize Sidebar...

Website Feedback

Closed Threads



Active: 1627 users

Mac & Linux fans, you can now watch the GSL live. - Page 4

Forum Index > Tech Support
Post a Reply
Prev 1 2 3 4 5 6 7 8 Next All
goupyl
Profile Joined September 2010
France5 Posts
December 03 2010 10:17 GMT
#61
Thanks a lot for this great script.
Works fine at my office
VoLTa.
Profile Joined December 2010
7 Posts
December 03 2010 23:30 GMT
#62
On December 02 2010 20:54 RoyalCheese wrote:
I'm sorry this doesn't work for you guys, i would love to help but i am not familiar with the changes op did to my program, so i will take a look at them when i get home from school and hopefully make a post with working script later today, perhaps even with an instruction video!


Thanks for all the help so far and I would love you if you did this!
TheGiftedApe
Profile Blog Joined September 2010
United States1243 Posts
December 03 2010 23:41 GMT
#63
OP is a Saint
xO-Gaming.com || [xO]TheGiftedApe.364 || xO-Gaming Manager.
TheGiftedApe
Profile Blog Joined September 2010
United States1243 Posts
December 06 2010 10:03 GMT
#64
doesnt work on mac
xO-Gaming.com || [xO]TheGiftedApe.364 || xO-Gaming Manager.
TheValley
Profile Joined July 2010
Poland56 Posts
December 06 2010 10:40 GMT
#65
i think something stops working
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
December 06 2010 10:50 GMT
#66
On November 26 2010 19:56 Centorian wrote:
Traceback (most recent call last):
File "./gomstreamer.py", line 205, in <module>
main()
File "./gomstreamer.py", line 132, in main
url = parseStreamURL(responseData)
File "./gomstreamer.py", line 191, in parseStreamURL
regexResult = re.search(patternHTTP, regexResult).group(0)
AttributeError: 'NoneType' object has no attribute 'group'


got this error.


I was having the same problem, and was able to resolve it by deleting the following lines from gomstreamer.py:

# Collected the gomcmd URL, now need to extract the correct HTTP URL
# from the string
patternHTTP = r"(http%3a.+)&quot;"
regexResult = re.search(patternHTTP, regexResult).group(0)

# Found URL, just need to fix URL characters
regexResult = re.sub(r'%3[Aa]', ':', regexResult) # Fixing :
regexResult = re.sub(r'%3[Ff]', '?', regexResult) # Fixing ?
regexResult = re.sub(r'%3[Dd]', '=', regexResult) # Fixing =
regexResult = re.sub(r'%26', '&', regexResult) # Fixing &
regexResult = re.sub(r'%2[Ff]', '/', regexResult) # Fixing /
regexResult = re.sub(r'&amp;', '&', regexResult) # Removing amp;
regexResult = re.sub(r'&quot;', '', regexResult) # Removing &quot;

It seems the script was expecting the URL characters to be encoded when in fact they were not.

Hope this solution works for the rest of you having this problem!
PencilZerg
Profile Joined October 2010
Denmark76 Posts
Last Edited: 2010-12-06 12:44:23
December 06 2010 11:42 GMT
#67
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
Last Edited: 2010-12-06 12:19:46
December 06 2010 12:18 GMT
#68
derElbe
Profile Joined February 2009
Germany571 Posts
December 07 2010 09:56 GMT
#69
On December 06 2010 20:42 PencilZerg wrote:
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed


doesnt work for me :
AttributeError: 'NoneType' object has no attribute 'group
any idea?

i am not sure about python, i don't know if i got it or not.

Hoejja - Bisu - Leenock - TLO
AcrossFiveJulys
Profile Blog Joined September 2005
United States3612 Posts
December 07 2010 10:20 GMT
#70
On December 07 2010 18:56 derElbe wrote:
Show nested quote +
On December 06 2010 20:42 PencilZerg wrote:
Thank you so much HazenNZ, I always wanted to not watch restreams because I want to support the wonderful things that Blizzard, Gom and Sony Ericsson are doing for us (and them). I did have quite a bit of trouble completely grasping the different steps on your... program... and I have never used the Mac Terminal. For those of you have similar issues, this is what I did (I use Mac):

Download the file HazenNZ is directing you to. It should be unzipped automatically. Open the "run.sh" file it looks like this:

+ Show Spoiler +
#!/bin/sh
EMAIL="EMAIL"
PASSWORD="PASSWORD"
python ./gomstreamer.py "-e $EMAIL" "-p $PASSWORD"


In the space between the quotation marks after the equals sign write your GOMtv account email and password, but leave the EMAIL and PASSWORD written after the dollar signs as is.

Then, in spotlight (the magnifying glass in top right), type terminal and open the first suggestion.

In this window, type:
cd downloads/ (this will change the current directory to downloads)
then, type
cd sjp-GOMstreamer-81dc6ff/ (The unzipped folder you just downloaded)
then, type
sh run.sh

When you press "enter" the Terminal window should type out stuff. For me, it looked like this:
+ Show Spoiler +

Last login: Mon Dec 6 11:13:17 on ttys000
3e6b7fad:~ Thorhauge$ cd Downloads/
3e6b7fad:Downloads Thorhauge$ pwd
/Users/Thorhauge/Downloads
3e6b7fad:Downloads Thorhauge$ cd sjp-GOMstreamer-81dc6ff/
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ pwd
/Users/Thorhauge/Downloads/sjp-GOMstreamer-81dc6ff
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ /run run.sh
-bash: /run: No such file or directory
3e6b7fad:sjp-GOMstreamer-81dc6ff Thorhauge$ sh run.sh

Stream URL: http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE

VLC command: /Applications/VLC.app/Contents/MacOS/VLC "--http-caching=30000" "http://211.43.144.197:8800/view.cgi?hid=1&cid=23&nid=800&uno=5109700&uip=62.107.127.173&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=0ad170701552018eec43a39c6c96c52e&Format=OGM&SecSize=45056&FixedHeader=TRUE&PosInData=TRUE"

Playing stream via VLC...
[0x1002149b8] main libvlc: VLC kører med standard-grænsefladen. Brug 'cvlc' for at køre VLC uden grænseflade.
no frame!

(Followed by a bunch of error messages)


It opened VLC, and when I clicked play the stream started, lag-free, after 10 seconds or so.

Thanks again HazenNZ

Edit: slash-sign improperly placed


doesnt work for me :
AttributeError: 'NoneType' object has no attribute 'group
any idea?

i am not sure about python, i don't know if i got it or not.




read my message about 2 posts above for the solution to this.
OneThreeOne
Profile Joined November 2010
Norway86 Posts
December 07 2010 11:12 GMT
#71
On December 06 2010 19:50 AcrossFiveJulys wrote:
Show nested quote +
On November 26 2010 19:56 Centorian wrote:
Traceback (most recent call last):
File "./gomstreamer.py", line 205, in <module>
main()
File "./gomstreamer.py", line 132, in main
url = parseStreamURL(responseData)
File "./gomstreamer.py", line 191, in parseStreamURL
regexResult = re.search(patternHTTP, regexResult).group(0)
AttributeError: 'NoneType' object has no attribute 'group'


got this error.


I was having the same problem, and was able to resolve it by deleting the following lines from gomstreamer.py:

# Collected the gomcmd URL, now need to extract the correct HTTP URL
# from the string
patternHTTP = r"(http%3a.+)&quot;"
regexResult = re.search(patternHTTP, regexResult).group(0)

# Found URL, just need to fix URL characters
regexResult = re.sub(r'%3[Aa]', ':', regexResult) # Fixing :
regexResult = re.sub(r'%3[Ff]', '?', regexResult) # Fixing ?
regexResult = re.sub(r'%3[Dd]', '=', regexResult) # Fixing =
regexResult = re.sub(r'%26', '&', regexResult) # Fixing &
regexResult = re.sub(r'%2[Ff]', '/', regexResult) # Fixing /
regexResult = re.sub(r'&amp;', '&', regexResult) # Removing amp;
regexResult = re.sub(r'&quot;', '', regexResult) # Removing &quot;

It seems the script was expecting the URL characters to be encoded when in fact they were not.

Hope this solution works for the rest of you having this problem!


I was getting the same error, and this fixed it.
derElbe
Profile Joined February 2009
Germany571 Posts
December 07 2010 11:21 GMT
#72
thanks for helping,
i did your fix, but it still doesnt work.

the vlc opens and everything seems fine. but as soon as i click the url in vlc,
there occures another error in the terminal:

[0x1012b9088] access_http access error: failed to read answer
[0x1012b9088] access_http access error: failed to read answer
[0x1012b9088] access_mms access error: failed to read answer
main input error: open of `http://211.43.144.189:8900/view.cgi?hid=1&cid=23&nid=900&uno=NUMBER&uip=77.22.208.250&title=SonyEricssonSTARCRAFTIIOpenSeason3&key=NUMBER' failed: (null)

Hoejja - Bisu - Leenock - TLO
Nick.TNA
Profile Joined June 2010
209 Posts
Last Edited: 2010-12-18 06:43:47
December 18 2010 06:43 GMT
#73
How do you run run.sh? it just opens into a text pad..
makoplux
Profile Joined April 2010
88 Posts
December 18 2010 07:11 GMT
#74
On December 18 2010 15:43 Nick.TNA wrote:
How do you run run.sh? it just opens into a text pad..


Same for me... but it opens in Coda. VLC doesn't open or anything.
who is john galt?
benjammin
Profile Blog Joined August 2008
United States2728 Posts
December 18 2010 07:57 GMT
#75
for people who don't know how to run it:

open up terminal, navigate to the folder with the script, then type: ./run.sh

vlc will open, press play, give it a few seconds, boom
wash uffitizi, drive me to firenze
Nick.TNA
Profile Joined June 2010
209 Posts
December 18 2010 08:09 GMT
#76
How do i "navigate to the folder with the script"? As in just open it? I have it open and im typing that and it doesn't do anything, says no such file
benjammin
Profile Blog Joined August 2008
United States2728 Posts
December 18 2010 08:14 GMT
#77
navigate to it in terminal, here's more info if you don't know how: http://macapper.com/2007/03/08/the-terminal-an-introduction/
wash uffitizi, drive me to firenze
Curtismcfly
Profile Joined November 2010
United States215 Posts
December 18 2010 09:50 GMT
#78
Unable to find URLs on the Live streaming page. Is the stream available?
curtis-blevinss-imac:sjp-GOMstreamer-81dc6ff curtismcfly$

this is the message i get when i try to run run.sh thru terminal... I couldn't find a URL in the source code on gomtv's page either...
¯\__(O.o)__/¯ curtis-mcfly.tumblr.com
deconduo
Profile Blog Joined January 2008
Ireland4122 Posts
January 02 2011 11:30 GMT
#79
They've changed the way you do it.

1. Open the source of the page with the Live Stream Buttons
2. Ctrl +F and look for 'var goxUrl'
3. Use SQTest (or HQ if you have a ticket) for playtype
4. Paste the url into your browser, should be something like
http://www.gomtv.net/gox/gox.gom?leagueid=20119&strLevel=SQTest&target=live&mb_no=99999999999999&title=
5.Look at the source of the new page. There will be a huge long link. The important part is between LiveAddr= and ;Format
RaGe
Profile Blog Joined July 2004
Belgium9950 Posts
January 02 2011 15:17 GMT
#80
On December 03 2010 04:18 zhurai wrote:
Show nested quote +
On December 02 2010 21:04 VIB wrote:
It's working great, thanks a lot!
You mean illegal like their GomPlayer? http://www.ffmpeg.org/shame.html


hint: just because it's on ffmpeg's hall of shame doesn't mean that you can pirate their stream and host it elsewhere.

those are two seperate shit.

ffmpeg just wants people that use the open source code to _fully_ follow the GPL, which then again I doubt GOMtv even knows what that's supposed to mean, given where they are from.

Code license violations are fucking totally different from pirating streams.
Stop confusing them.


EDIT:

Show nested quote +
On December 02 2010 22:01 VIB wrote:
I think Mac commands are like unix, right? If so you should just run "./run.sh" and that should work.


Yes, mac's commandline is an old version of bash (borne again shell), which most Unix's (Well *BSD's) and Linux (Arch, Gentoo, Ubuntu, Fedora, ...) use (But they use more recent versions)


if somehow you can't run it (permission denied)

$ chmod +x run.sh
$ ./run.sh

https://roundup.ffmpeg.org/issue112

Looks like they're trying to fix the violation.
Moderatorsometimes I get intimidated by the size of my right testicle
Prev 1 2 3 4 5 6 7 8 Next All
Please log in or register to reply.
Live Events Refresh
Next event in 12h 37m
[ Submit Event ]
Live Streams
Refresh
StarCraft 2
White-Ra 267
Liquid`TLO 207
StarCraft: Brood War
Aegong 56
IntoTheRainbow 13
NaDa 7
LancerX 5
Dota 2
LuMiX2
Counter-Strike
byalli493
Heroes of the Storm
Liquid`Hasu415
Other Games
summit1g6576
Grubby2754
FrodaN845
Beastyqt661
shahzam450
shoxiejesuss312
Pyrionflax176
C9.Mang0137
ArmadaUGS112
KnowMe83
Mew2King22
Organizations
Other Games
gamesdonequick1639
StarCraft 2
Blizzard YouTube
StarCraft: Brood War
BSLTrovo
sctven
[ Show 18 non-featured ]
StarCraft 2
• Hupsaiya 31
• intothetv
• Kozan
• sooper7s
• Migwel
• LaughNgamezSOOP
• IndyKCrew
• AfreecaTV YouTube
StarCraft: Brood War
• STPLYoutube
• ZZZeroYoutube
• BSLYoutube
Dota 2
• masondota2676
• lizZardDota286
League of Legends
• Nemesis4802
• Doublelift3428
• TFBlade1192
Other Games
• imaqtpie1090
• Shiphtur157
Upcoming Events
The PondCast
12h 37m
WardiTV Team League
14h 37m
Replay Cast
1d 2h
Replay Cast
2 days
CranKy Ducklings
2 days
RSL Revival
2 days
WardiTV Team League
2 days
uThermal 2v2 Circuit
2 days
BSL
2 days
Sparkling Tuna Cup
3 days
[ Show More ]
RSL Revival
3 days
WardiTV Team League
3 days
BSL
3 days
Replay Cast
4 days
Replay Cast
4 days
Wardi Open
4 days
Monday Night Weeklies
4 days
WardiTV Team League
5 days
GSL
6 days
Liquipedia Results

Completed

Proleague 2026-03-10
WardiTV Winter 2026
Underdog Cup #3

Ongoing

KCM Race Survival 2026 Season 1
Jeongseon Sooper Cup
BSL Season 22
Proleague 2026-03-11
RSL Revival: Season 4
Nations Cup 2026
ESL Pro League S23 Stage 1&2
PGL Cluj-Napoca 2026
IEM Kraków 2026
BLAST Bounty Winter 2026
BLAST Bounty Winter Qual

Upcoming

CSL Elite League 2026
ASL Season 21
Acropolis #4 - TS6
2026 Changsha Offline CUP
Acropolis #4
IPSL Spring 2026
CSLAN 4
HSC XXIX
uThermal 2v2 2026 Main Event
Bellum Gens Elite Stara Zagora 2026
NationLESS Cup
CS Asia Championships 2026
Asian Champions League 2026
IEM Atlanta 2026
PGL Astana 2026
BLAST Rivals Spring 2026
CCT Season 3 Global Finals
IEM Rio 2026
PGL Bucharest 2026
Stake Ranked Episode 1
BLAST Open Spring 2026
ESL Pro League S23 Finals
TLPD

1. ByuN
2. TY
3. Dark
4. Solar
5. Stats
6. Nerchio
7. sOs
8. soO
9. INnoVation
10. Elazer
1. Rain
2. Flash
3. EffOrt
4. Last
5. Bisu
6. Soulkey
7. Mini
8. Sharp
Sidebar Settings...

Advertising | Privacy Policy | Terms Of Use | Contact Us

Original banner artwork: Jim Warren
The contents of this webpage are copyright © 2026 TLnet. All Rights Reserved.