Skip to content

Instantly share code, notes, and snippets.

@ryantm
Created September 28, 2019 02:51
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 ryantm/59ba22b31d8e59dbcf89fb6649f034f9 to your computer and use it in GitHub Desktop.
Save ryantm/59ba22b31d8e59dbcf89fb6649f034f9 to your computer and use it in GitHub Desktop.
/nix/store/06r02wp29r43rr0xxmrh977rz2v9f0fj-persepolis-3.2.0
├── bin
│   └── persepolis
├── lib
│   └── python3.7
│   └── site-packages
│   ├── persepolis
│   │   ├── gui
│   │   │   ├── about_ui.py
│   │   │   ├── addlink_ui.py
│   │   │   ├── after_download_ui.py
│   │   │   ├── customized_widgets.py
│   │   │   ├── __init__.py
│   │   │   ├── log_window_ui.py
│   │   │   ├── mainwindow_ui.py
│   │   │   ├── palettes.py
│   │   │   ├── progress_ui.py
│   │   │   ├── __pycache__
│   │   │   │   ├── about_ui.cpython-37.pyc
│   │   │   │   ├── addlink_ui.cpython-37.pyc
│   │   │   │   ├── after_download_ui.cpython-37.pyc
│   │   │   │   ├── customized_widgets.cpython-37.pyc
│   │   │   │   ├── __init__.cpython-37.pyc
│   │   │   │   ├── log_window_ui.cpython-37.pyc
│   │   │   │   ├── mainwindow_ui.cpython-37.pyc
│   │   │   │   ├── palettes.cpython-37.pyc
│   │   │   │   ├── progress_ui.cpython-37.pyc
│   │   │   │   ├── resources.cpython-37.pyc
│   │   │   │   ├── setting_ui.cpython-37.pyc
│   │   │   │   ├── text_queue_ui.cpython-37.pyc
│   │   │   │   ├── video_finder_progress_ui.cpython-37.pyc
│   │   │   │   └── windows_notification_ui.cpython-37.pyc
│   │   │   ├── resources.py
│   │   │   ├── setting_ui.py
│   │   │   ├── text_queue_ui.py
│   │   │   ├── video_finder_progress_ui.py
│   │   │   └── windows_notification_ui.py
│   │   ├── __init__.py
│   │   ├── __main__.py
│   │   ├── Persepolis Download Manager.py
│   │   ├── __pycache__
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── __main__.cpython-37.pyc
│   │   │   └── Persepolis Download Manager.cpython-37.pyc
│   │   └── scripts
│   │   ├── about.py
│   │   ├── addlink.py
│   │   ├── after_download.py
│   │   ├── browser_integration.py
│   │   ├── browser_plugin_queue.py
│   │   ├── bubble.py
│   │   ├── check_proxy.py
│   │   ├── compatibility.py
│   │   ├── data_base.py
│   │   ├── download.py
│   │   ├── error_window.py
│   │   ├── initialization.py
│   │   ├── __init__.py
│   │   ├── logger.py
│   │   ├── log_window.py
│   │   ├── mac_notification.py
│   │   ├── mainwindow.py
│   │   ├── newopen.py
│   │   ├── osCommands.py
│   │   ├── persepolis.py
│   │   ├── play.py
│   │   ├── progress.py
│   │   ├── properties.py
│   │   ├── __pycache__
│   │   │   ├── about.cpython-37.pyc
│   │   │   ├── addlink.cpython-37.pyc
│   │   │   ├── after_download.cpython-37.pyc
│   │   │   ├── browser_integration.cpython-37.pyc
│   │   │   ├── browser_plugin_queue.cpython-37.pyc
│   │   │   ├── bubble.cpython-37.pyc
│   │   │   ├── check_proxy.cpython-37.pyc
│   │   │   ├── compatibility.cpython-37.pyc
│   │   │   ├── data_base.cpython-37.pyc
│   │   │   ├── download.cpython-37.pyc
│   │   │   ├── error_window.cpython-37.pyc
│   │   │   ├── __init__.cpython-37.pyc
│   │   │   ├── initialization.cpython-37.pyc
│   │   │   ├── logger.cpython-37.pyc
│   │   │   ├── log_window.cpython-37.pyc
│   │   │   ├── mac_notification.cpython-37.pyc
│   │   │   ├── mainwindow.cpython-37.pyc
│   │   │   ├── newopen.cpython-37.pyc
│   │   │   ├── osCommands.cpython-37.pyc
│   │   │   ├── persepolis.cpython-37.pyc
│   │   │   ├── play.cpython-37.pyc
│   │   │   ├── progress.cpython-37.pyc
│   │   │   ├── properties.cpython-37.pyc
│   │   │   ├── setting.cpython-37.pyc
│   │   │   ├── shutdown.cpython-37.pyc
│   │   │   ├── spider.cpython-37.pyc
│   │   │   ├── startup.cpython-37.pyc
│   │   │   ├── text_queue.cpython-37.pyc
│   │   │   ├── update.cpython-37.pyc
│   │   │   ├── useful_tools.cpython-37.pyc
│   │   │   ├── video_finder_addlink.cpython-37.pyc
│   │   │   ├── video_finder_progress.cpython-37.pyc
│   │   │   └── windows_notification.cpython-37.pyc
│   │   ├── setting.py
│   │   ├── shutdown.py
│   │   ├── spider.py
│   │   ├── startup.py
│   │   ├── text_queue.py
│   │   ├── update.py
│   │   ├── useful_tools.py
│   │   ├── video_finder_addlink.py
│   │   ├── video_finder_progress.py
│   │   └── windows_notification.py
│   ├── persepolis-3.2.0.dist-info
│   │   ├── entry_points.txt
│   │   ├── INSTALLER
│   │   ├── LICENSE
│   │   ├── METADATA
│   │   ├── RECORD
│   │   ├── top_level.txt
│   │   └── WHEEL
│   └── usr
│   └── share
│   ├── applications
│   │   └── com.github.persepolisdm.persepolis.desktop
│   ├── man
│   │   └── man1
│   │   └── persepolis.1.gz
│   ├── metainfo
│   │   └── com.github.persepolisdm.persepolis.appdata.xml
│   └── pixmaps
│   ├── persepolis.svg
│   └── persepolis-tray.svg
├── nix-support
│   └── propagated-build-inputs
└── share
└── applications
└── com.github.persepolisdm.persepolis.desktop
21 directories, 115 files
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment