Skip to content

Commit

Permalink
All In
Browse files Browse the repository at this point in the history
Added Chris Hayes new show All In, it's the new 8pm show that has
replaced The Ed Show
  • Loading branch information
martinbowling committed Apr 2, 2013
1 parent 42d2a24 commit 099e054
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Contents/Code/__init__.py
Expand Up @@ -35,6 +35,7 @@ def MainMenu():
dir.Append(Function(DirectoryItem(Dateline, title="Dateline", thumb=R('dateline.jpeg'))))
dir.Append(Function(DirectoryItem(ZeitGeist, title="ZeitGeist", thumb=R('zeitgeist.png'))))
dir.Append(Function(DirectoryItem(Hardball, title="Hardball", thumb=R('hardball.jpeg'))))
dir.Append(Function(DirectoryItem(GetVideosRSS, title="All In"), name=MSNBC_URL + '51362794/device/rss/vp/3096434/rss.xml', title2='All In'))
dir.Append(Function(DirectoryItem(GetVideosRSS, title="The Ed Show"), name=MSNBC_URL + '30012522/device/rss/vp/3096434/rss.xml', title2='The Ed Show'))
dir.Append(Function(DirectoryItem(GetVideosRSS, title="Politics Nation"), name=MSNBC_URL + '47728749/device/rss/vp/45755884/rss.xml', title2='Politics Nation'))
dir.Append(Function(DirectoryItem(GetVideosRSS, title="Way Too Early"), name=MSNBC_URL + '32178079/device/rss/vp/3096434/rss.xml', title2='Way Too Early'))
Expand Down

0 comments on commit 099e054

Please sign in to comment.