代码拉取完成,页面将自动刷新
# -*- coding: utf-8 -*-
import urllib2
import re
def getdownload(url):
url = 'http://www.ygdy8.net/html/gndy/dyzz/20171112/55496.html' # 这是电影天堂最新电影的网站
conent = urllib2.urlopen(url)
conent = conent.read()
conent = conent.decode('gb2312', 'ignore').encode('utf-8', 'ignore')
pattern = re.compile('<a href="ftp://(.*?)">', re.S)
# print conent
items = re.findall(pattern, conent)
return items[0]
con = '◎片 名 釜山行/尸速列车(台)/尸杀列车(港)中国 ◎又 名 Train to Busan/Busanhaeng ◎年 代 2016 ◎国 家 韩国 ◎类 型 动作/惊悚/灾难 ◎语 言 韩语 ◎字 幕 中文 ◎IMDb评分 7.6/10 from 27,891 users ◎文件格式 x264 + AAC ◎视频尺寸 1280 x 720 ◎文件大??CD ◎片'
make_where = ['中国','法国','美国']
if True in map(lambda x: x in con, make_where):
print '下载'
此处可能存在不合适展示的内容,页面不予展示。您可通过相关编辑功能自查并修改。
如您确认内容无涉及 不当用语 / 纯广告导流 / 暴力 / 低俗色情 / 侵权 / 盗版 / 虚假 / 无价值内容或违法国家有关法律法规的内容,可点击提交进行申诉,我们将尽快为您处理。