|
@@ -152,9 +152,6 @@ async def make_anchor_video_eng(req:request_eng):
|
|
|
for idx in range(len(req.image_urls)):
|
|
|
if 'http' not in req.image_urls[idx]:
|
|
|
req.image_urls[idx] = 'http://'+req.image_urls[idx]
|
|
|
- for txt in req.text_content:
|
|
|
- if re.search('[a-zA-Z]', txt) !=None:
|
|
|
- return {'msg':'輸入字串不能包含英文字!'}
|
|
|
name_hash = str(time.time()).replace('.','')
|
|
|
for imgu in req.image_urls:
|
|
|
try:
|