Skip to content

Instantly share code, notes, and snippets.

@dmerrick
Created October 5, 2012 18:19
Show Gist options
  • Save dmerrick/3841484 to your computer and use it in GitHub Desktop.
Save dmerrick/3841484 to your computer and use it in GitHub Desktop.
team liquid streams
#!/usr/bin/env ruby
require 'pp'
old_list = [
"AcerMMA",
"Artosis",
"Blizzard Stream",
"Day[9].tv",
"Destiny",
"Dragon",
"EG.HuK [RC]",
"EG.IdrA",
"EG.IdrA [RC]",
"EG.Jaedong",
"EG.Jaedong [RC]",
"EG.Stephano [RC]",
"EG.ThorZaIN",
"EG.ThorZaIN [RC]",
"EG.Thorzain",
"EG.iNcontroL",
"ESL.tv",
"GOMTV",
"Grubby",
"HuK",
"IGNProLeague",
"IdrA",
"Incredible Miracle",
"IronSquid",
"IronSquidTV",
"LGIMMvp",
"Liquid`HerO",
"Liquid`Sea",
"Liquid`Snute",
"Liquid`TLO",
"Liquid`TaeJa",
"MLG",
"MLG Live",
"MLG Stream",
"MLGSC2",
"MarineKing",
"Math",
"MathGaming",
"MorroW",
"NASL.tv",
"Naniwa",
"Nerchio",
"Polt",
"ROOTCatZ",
"ROOTDestiny",
"SC2 Proleague",
"ST_July",
"Scarlett`",
"SeleCT",
"SlayerS_Dragon",
"Snute",
"Spanishiwa",
"Stardust_",
"Stephano",
"TSLPolt",
"TaKeTV",
"TaKeTV2",
"TeamLiquidTV",
"TheGDStudio",
"Thorzain",
"TypePhoeNix",
"WCS Europe",
"WCS_2",
"WCS_3",
"WCS_4",
"WCS_America",
"White-Ra",
"Wizardpants",
"d.Apollo",
"dreamhackTV",
"dreamhacksc2",
"dreamhacksc2b",
"oGsMC",
"oGsSK",
"qxc",
"redbullESPORTS",
"youremyjuliet"]
# paste new list right here
new_list = []
big_list = old_list + new_list
pp big_list.sort.uniq
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment