Skip to content

xinglinsky/pydownloader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Movie Download Manager--Using it with pyspider

docker

OverView

Some issue

  1. If you want download some movie in China, you always need Windows and Thunder.I run it with Window10 and Thunder 9.

Setup

  1. run mysql docker container.
  2. run pyspider containers.
  3. enter mysql container, login with username and password.
    • execute command:
      docker exec -it mysql /bin/bash
    • like using root account:
      mysql -u root -p
  4. create database and table.
    • database:
      create database downloaddb;
    • copy the content in app.sql and execute it:

Link

PySpider: http://docs.pyspider.org/en/latest/

About

Working with pyspider and thunder

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages