Skip to content

Commit

Permalink
added TV News section for Desi Tashan site
Browse files Browse the repository at this point in the history
  • Loading branch information
coder-alpha committed Nov 5, 2016
1 parent 003e82e commit ff42793
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions Contents/Code/common.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
################################################################################
TITLE = L('Title')
VERSION = '0.03' # Release notation (x.y - where x is major and y is minor)
VERSION = '0.04' # Release notation (x.y - where x is major and y is minor)
GITHUB_REPOSITORY = 'coder-alpha/DesiTelly.bundle'
PREFIX = "/video/desitelly"
################################################################################
Expand Down Expand Up @@ -83,6 +83,9 @@
MTVIN2 = 'MTV'
ZINDAGITV2 = 'Zindagi'

#DesiTashan
TV_NEWS = 'TV News'

VALID_SOURCES_DOMAIN = ['dailymotion.','playwire.','vidshare.','openload.','playu.', 'cloudy.', 'vmg.']
VALID_SOURCES = ['Dailymotion','Flash Player','Flash','Playwire','Letwatch','Openload','PlayU','StreamHD','HDStream']
VALID_SOURCES_ICONS = ['dailymotion','playwire','playwire','playwire','letwatchus','openload','playu','vmg','vmg']
Expand Down Expand Up @@ -153,7 +156,8 @@ def GetSupportedChannels():
SONYPAL2.lower(),
MTVIN2.lower(),
ZINDAGITV2.lower(),
EPIC.lower()
EPIC.lower(),
TV_NEWS.lower()
]

####################################################################################################
Expand Down

0 comments on commit ff42793

Please sign in to comment.