Skip to content

Instantly share code, notes, and snippets.

@r-ryantm
Created September 24, 2021 03:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save r-ryantm/3b14748dc58307463963b2b8e1a3055d to your computer and use it in GitHub Desktop.
Save r-ryantm/3b14748dc58307463963b2b8e1a3055d to your computer and use it in GitHub Desktop.
/nix/store/s9ddvxhnyzvh2jcjsj7vz2z2xrfh3g43-python3.8-youtube-search-python-1.4.8
├── lib
│   └── python3.8
│   └── site-packages
│   ├── youtubesearchpython
│   │   ├── extras.py
│   │   ├── __future__
│   │   │   ├── extras.py
│   │   │   ├── handlers
│   │   │   │   ├── componenthandler.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── componenthandler.cpython-38.pyc
│   │   │   │   │   └── requesthandler.cpython-38.pyc
│   │   │   │   └── requesthandler.py
│   │   │   ├── __init__.py
│   │   │   ├── internal
│   │   │   │   ├── constants.py
│   │   │   │   ├── extras.py
│   │   │   │   ├── json.py
│   │   │   │   ├── __pycache__
│   │   │   │   │   ├── constants.cpython-38.pyc
│   │   │   │   │   ├── extras.cpython-38.pyc
│   │   │   │   │   ├── json.cpython-38.pyc
│   │   │   │   │   ├── search.cpython-38.pyc
│   │   │   │   │   └── streamurlfetcher.cpython-38.pyc
│   │   │   │   ├── search.py
│   │   │   │   └── streamurlfetcher.py
│   │   │   ├── __pycache__
│   │   │   │   ├── extras.cpython-38.pyc
│   │   │   │   ├── __init__.cpython-38.pyc
│   │   │   │   ├── search.cpython-38.pyc
│   │   │   │   └── streamurlfetcher.cpython-38.pyc
│   │   │   ├── search.py
│   │   │   └── streamurlfetcher.py
│   │   ├── handlers
│   │   │   ├── componenthandler.py
│   │   │   ├── __pycache__
│   │   │   │   ├── componenthandler.cpython-38.pyc
│   │   │   │   └── requesthandler.cpython-38.pyc
│   │   │   └── requesthandler.py
│   │   ├── __init__.py
│   │   ├── internal
│   │   │   ├── constants.py
│   │   │   ├── extras.py
│   │   │   ├── __pycache__
│   │   │   │   ├── constants.cpython-38.pyc
│   │   │   │   ├── extras.cpython-38.pyc
│   │   │   │   ├── search.cpython-38.pyc
│   │   │   │   └── streamurlfetcher.cpython-38.pyc
│   │   │   ├── search.py
│   │   │   └── streamurlfetcher.py
│   │   ├── legacy
│   │   │   ├── __init__.py
│   │   │   └── __pycache__
│   │   │   └── __init__.cpython-38.pyc
│   │   ├── __pycache__
│   │   │   ├── extras.cpython-38.pyc
│   │   │   ├── __init__.cpython-38.pyc
│   │   │   ├── search.cpython-38.pyc
│   │   │   └── streamurlfetcher.cpython-38.pyc
│   │   ├── search.py
│   │   └── streamurlfetcher.py
│   └── youtube_search_python-1.4.8.dist-info
│   ├── direct_url.json
│   ├── INSTALLER
│   ├── LICENSE
│   ├── METADATA
│   ├── RECORD
│   ├── REQUESTED
│   ├── top_level.txt
│   └── WHEEL
└── nix-support
└── propagated-build-inputs
19 directories, 53 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment