Commit 77265c65 authored by litaolemo's avatar litaolemo

update

parent bb164c9e
...@@ -246,6 +246,7 @@ def weixin(releaserUrl,**kwargs): ...@@ -246,6 +246,7 @@ def weixin(releaserUrl,**kwargs):
return releaserid return releaserid
return releaserUrl return releaserUrl
def pearvideo(releaserUrl,**kwargs): def pearvideo(releaserUrl,**kwargs):
if "author" in releaserUrl: if "author" in releaserUrl:
releaserid = re.findall("author_(\d+)",releaserUrl)[0] releaserid = re.findall("author_(\d+)",releaserUrl)[0]
......
...@@ -14,7 +14,7 @@ import json, re ...@@ -14,7 +14,7 @@ import json, re
import datetime, copy import datetime, copy
from elasticsearch import Elasticsearch from elasticsearch import Elasticsearch
from write_data_into_es.func_get_releaser_id import * from write_data_into_es.func_get_releaser_id import get_releaser_id
import redis import redis
import hashlib import hashlib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment