Merge branch 'dev' of vincent/chainetv_web into master
This commit is contained in:
commit
a84fd508f0
@ -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
7541
client/yarn.lock
Normal file
File diff suppressed because it is too large
Load Diff
@ -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
10
node_modules/.yarn-integrity
generated
vendored
Normal file
@ -0,0 +1,10 @@
|
|||||||
|
{
|
||||||
|
"systemParams": "linux-x64-64",
|
||||||
|
"modulesFolders": [],
|
||||||
|
"flags": [],
|
||||||
|
"linkedModules": [],
|
||||||
|
"topLevelPatterns": [],
|
||||||
|
"lockfileEntries": {},
|
||||||
|
"files": [],
|
||||||
|
"artifacts": {}
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user