Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created July 4, 2018 18:18
Show Gist options
  • Save ryantm/39a16f9c8648d348a2e1b66d2cdf2da6 to your computer and use it in GitHub Desktop.
Save ryantm/39a16f9c8648d348a2e1b66d2cdf2da6 to your computer and use it in GitHub Desktop.
/nix/store/hm287cky1fz2ly43w09g1w2dxz32s5kr-coursera-dl-0.11.4
├── bin
│   └── coursera-dl
├── lib
│   └── python3.6
│   └── site-packages
│   ├── coursera
│   │   ├── api.py
│   │   ├── commandline.py
│   │   ├── cookies.py
│   │   ├── coursera_dl.py
│   │   ├── credentials.py
│   │   ├── define.py
│   │   ├── downloaders.py
│   │   ├── extractors.py
│   │   ├── filtering.py
│   │   ├── formatting.py
│   │   ├── __init__.py
│   │   ├── network.py
│   │   ├── parallel.py
│   │   ├── playlist.py
│   │   ├── __pycache__
│   │   │   ├── api.cpython-36.pyc
│   │   │   ├── commandline.cpython-36.pyc
│   │   │   ├── cookies.cpython-36.pyc
│   │   │   ├── coursera_dl.cpython-36.pyc
│   │   │   ├── credentials.cpython-36.pyc
│   │   │   ├── define.cpython-36.pyc
│   │   │   ├── downloaders.cpython-36.pyc
│   │   │   ├── extractors.cpython-36.pyc
│   │   │   ├── filtering.cpython-36.pyc
│   │   │   ├── formatting.cpython-36.pyc
│   │   │   ├── __init__.cpython-36.pyc
│   │   │   ├── network.cpython-36.pyc
│   │   │   ├── parallel.cpython-36.pyc
│   │   │   ├── playlist.cpython-36.pyc
│   │   │   ├── utils.cpython-36.pyc
│   │   │   └── workflow.cpython-36.pyc
│   │   ├── utils.py
│   │   └── workflow.py
│   └── coursera_dl-0.11.4.dist-info
│   ├── entry_points.txt
│   ├── INSTALLER
│   ├── METADATA
│   ├── RECORD
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
8 directories, 40 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment