段友专题

python-爬虫篇-爬取百度贴吧,段友之家的图片和视频

#!/usr/bin/env python# -*- coding: utf-8 -*-"""爬取百度贴吧,段友之家的图片和视频author: cuizytime:2018-05-19"""import requestsimport bs4import osdef write_file(file_url, file_type):"""写入文件"""res = requests.