Skip to content

可能是爬取视频的脚本,暂时无用(new updates have been moved to a private working repo)

Notifications You must be signed in to change notification settings

PingYufeng/Chinese_LipReading

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chinese Lip Reading

Spider over CNTV website

Environment Setup:

Anaconda should be installed first. I used Anaconda 4.3.30.

conda create -n cntv-spider python=2.7
activate cntv-spider
conda install scrapy curl
pip install wget pycurl

Run:

cd cntv_spider\tutorial
scrapy crawl cntv

NOTE:

All the modifications should be in cntv_spider\tutorial\tutorial\spiders\cntv_spider.py, where the spider is implemented.

About

可能是爬取视频的脚本,暂时无用(new updates have been moved to a private working repo)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Jupyter Notebook 99.5%
  • Python 0.5%