update .gitignore
This commit is contained in:
55
.gitignore
vendored
55
.gitignore
vendored
@@ -1,4 +1,57 @@
|
|||||||
|
# Byte-compiled / optimized / DLL files
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.py[cod]
|
*.py[cod]
|
||||||
|
|
||||||
|
# C extensions
|
||||||
|
*.so
|
||||||
|
|
||||||
|
# Distribution / packaging
|
||||||
|
.Python
|
||||||
|
env/
|
||||||
build/
|
build/
|
||||||
dist/
|
develop-eggs/
|
||||||
|
dist/
|
||||||
|
downloads/
|
||||||
|
eggs/
|
||||||
|
.eggs/
|
||||||
|
lib/
|
||||||
|
lib64/
|
||||||
|
parts/
|
||||||
|
sdist/
|
||||||
|
var/
|
||||||
|
*.egg-info/
|
||||||
|
.installed.cfg
|
||||||
|
*.egg
|
||||||
|
|
||||||
|
# PyInstaller
|
||||||
|
# Usually these files are written by a python script from a template
|
||||||
|
# before PyInstaller builds the exe, so as to inject date/other infos into it.
|
||||||
|
*.manifest
|
||||||
|
*.spec
|
||||||
|
|
||||||
|
# Installer logs
|
||||||
|
pip-log.txt
|
||||||
|
pip-delete-this-directory.txt
|
||||||
|
|
||||||
|
# Unit test / coverage reports
|
||||||
|
htmlcov/
|
||||||
|
.tox/
|
||||||
|
.coverage
|
||||||
|
.coverage.*
|
||||||
|
.cache
|
||||||
|
nosetests.xml
|
||||||
|
coverage.xml
|
||||||
|
*,cover
|
||||||
|
|
||||||
|
# Translations
|
||||||
|
*.mo
|
||||||
|
*.pot
|
||||||
|
|
||||||
|
# Django stuff:
|
||||||
|
*.log
|
||||||
|
|
||||||
|
# Sphinx documentation
|
||||||
|
docs/_build/
|
||||||
|
|
||||||
|
# PyBuilder
|
||||||
|
target/
|
||||||
|
|||||||
@@ -1,23 +0,0 @@
|
|||||||
Metadata-Version: 1.1
|
|
||||||
Name: gallery-dl
|
|
||||||
Version: 0.2
|
|
||||||
Summary: gallery- and image downloader
|
|
||||||
Home-page: https://github.com/mikf/gallery-dl
|
|
||||||
Author: Mike Fährmann
|
|
||||||
Author-email: mike_faehrmann@web.de
|
|
||||||
License: GPLv2
|
|
||||||
Description: download image galleries from several image hosting platforms
|
|
||||||
Platform: UNKNOWN
|
|
||||||
Classifier: Development Status :: 3 - Alpha
|
|
||||||
Classifier: Environment :: Console
|
|
||||||
Classifier: Intended Audience :: End Users/Desktop
|
|
||||||
Classifier: License :: OSI Approved :: GNU General Public License v2 (GPLv2)
|
|
||||||
Classifier: Operating System :: POSIX
|
|
||||||
Classifier: Programming Language :: Python :: 3
|
|
||||||
Classifier: Programming Language :: Python :: 3.2
|
|
||||||
Classifier: Programming Language :: Python :: 3.3
|
|
||||||
Classifier: Programming Language :: Python :: 3.4
|
|
||||||
Classifier: Programming Language :: Python :: 3 :: Only
|
|
||||||
Classifier: Topic :: Internet :: WWW/HTTP :: Indexing/Search
|
|
||||||
Classifier: Topic :: Multimedia
|
|
||||||
Classifier: Topic :: Multimedia :: Graphics
|
|
||||||
@@ -1,35 +0,0 @@
|
|||||||
setup.py
|
|
||||||
bin/gallery-dl
|
|
||||||
gallery_dl/__init__.py
|
|
||||||
gallery_dl/download.py
|
|
||||||
gallery_dl.egg-info/PKG-INFO
|
|
||||||
gallery_dl.egg-info/SOURCES.txt
|
|
||||||
gallery_dl.egg-info/dependency_links.txt
|
|
||||||
gallery_dl.egg-info/entry_points.txt
|
|
||||||
gallery_dl.egg-info/requires.txt
|
|
||||||
gallery_dl.egg-info/top_level.txt
|
|
||||||
gallery_dl/downloader/__init__.py
|
|
||||||
gallery_dl/downloader/common.py
|
|
||||||
gallery_dl/downloader/http.py
|
|
||||||
gallery_dl/downloader/https.py
|
|
||||||
gallery_dl/downloader/text.py
|
|
||||||
gallery_dl/extractor/3dbooru.py
|
|
||||||
gallery_dl/extractor/4chan.py
|
|
||||||
gallery_dl/extractor/8chan.py
|
|
||||||
gallery_dl/extractor/__init__.py
|
|
||||||
gallery_dl/extractor/batoto.py
|
|
||||||
gallery_dl/extractor/booru.py
|
|
||||||
gallery_dl/extractor/common.py
|
|
||||||
gallery_dl/extractor/danbooru.py
|
|
||||||
gallery_dl/extractor/e621.py
|
|
||||||
gallery_dl/extractor/exhentai.py
|
|
||||||
gallery_dl/extractor/gelbooru.py
|
|
||||||
gallery_dl/extractor/imagebam.py
|
|
||||||
gallery_dl/extractor/imgbox.py
|
|
||||||
gallery_dl/extractor/imgchili.py
|
|
||||||
gallery_dl/extractor/mangareader.py
|
|
||||||
gallery_dl/extractor/nijie.py
|
|
||||||
gallery_dl/extractor/pixiv.py
|
|
||||||
gallery_dl/extractor/redhawkscans.py
|
|
||||||
gallery_dl/extractor/sankaku.py
|
|
||||||
gallery_dl/extractor/yandere.py
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
|
|
||||||
@@ -1,3 +0,0 @@
|
|||||||
[console_scripts]
|
|
||||||
gallery-dl = gallery_dl:main
|
|
||||||
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
requests >= 2.0
|
|
||||||
@@ -1 +0,0 @@
|
|||||||
gallery_dl
|
|
||||||
Reference in New Issue
Block a user