Skip to content

Commit

Permalink
[kinoger] fix hoster TNX kasi
Browse files Browse the repository at this point in the history
  • Loading branch information
anis3 authored Dec 30, 2020
1 parent 994f115 commit daa3151
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sites/kinoger.py
Original file line number Diff line number Diff line change
Expand Up @@ -237,7 +237,7 @@ def showHosters():
oRequest = cRequestHandler(sUrl)
oRequest.addHeaderEntry('Referer', URL_MAIN)
sHtmlContent = oRequest.request()
isMatch, aResult = cParser.parse(sHtmlContent, 'file":"[^>](\d+p)[^>]([^",]+)')
isMatch, aResult = cParser.parse(sHtmlContent, 'file":"[^>](\d+p)[^>]([^",\s]+)')
for sQualy, sUrl in aResult:
hoster = {'link': sUrl, 'name': sQualy + ' ProtonVideo'}
hosters.append(hoster)
Expand Down

0 comments on commit daa3151

Please sign in to comment.