Merge branch 'dev' of vincent/chainetv_web into master

This commit is contained in:
vincent 2019-05-14 21:30:34 +02:00 committed by Gitea
commit a84fd508f0
4 changed files with 7556 additions and 2 deletions

View File

@ -33,6 +33,9 @@ class Emmission(object):
pass pass
strsearch=strsearch.replace('É','E') strsearch=strsearch.replace('É','E')
linkchaine=self.html.find(text=re.compile(re.escape(strsearch))) linkchaine=self.html.find(text=re.compile(re.escape(strsearch)))
if linkchaine == None:
strsearch=strsearch.replace(" ","")
linkchaine=self.html.find(text=re.compile(re.escape(strsearch)))
if linkchaine == None: if linkchaine == None:
return "can't find channel" return "can't find channel"
link = linkchaine.parent.parent.find_next_sibling().find("a") link = linkchaine.parent.parent.find_next_sibling().find("a")

7541
client/yarn.lock Normal file

File diff suppressed because it is too large Load Diff

View File

@ -1,4 +1,4 @@
#/bin/bash #/bin/bash
DIRECTORY=$(cd `dirname $0` && pwd) DIRECTORY=$(cd `dirname $0` && pwd)
npm install --prefix ${DIRECTORY}/client yarn install --cwd ${DIRECTORY}/client
npm run --prefix ${DIRECTORY}/client build yarn --cwd ${DIRECTORY}/client run build

10
node_modules/.yarn-integrity generated vendored Normal file
View File

@ -0,0 +1,10 @@
{
"systemParams": "linux-x64-64",
"modulesFolders": [],
"flags": [],
"linkedModules": [],
"topLevelPatterns": [],
"lockfileEntries": {},
"files": [],
"artifacts": {}
}