Browse Source

[viki] Update app data (closes #14181)

master-ytdl-org
Vijay Singh 7 years ago
committed by Sergey M
parent
commit
8251af63a1
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      youtube_dl/extractor/viki.py

+ 2
- 2
youtube_dl/extractor/viki.py View File

@ -23,9 +23,9 @@ class VikiBaseIE(InfoExtractor):
_API_QUERY_TEMPLATE = '/v4/%sapp=%s&t=%s&site=www.viki.com'
_API_URL_TEMPLATE = 'http://api.viki.io%s&sig=%s'
_APP = '65535a'
_APP = '100005a'
_APP_VERSION = '2.2.5.1428709186'
_APP_SECRET = '-$iJ}@p7!G@SyU/je1bEyWg}upLu-6V6-Lg9VD(]siH,r.,m-r|ulZ,U4LC/SeR)'
_APP_SECRET = 'MM_d*yP@`&1@]@!AVrXf_o-HVEnoTnm$O-ti4[G~$JDI/Dc-&piU&z&5.;:}95=Iad'
_GEO_BYPASS = False
_NETRC_MACHINE = 'viki'


Loading…
Cancel
Save