Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Ignore unnecessary log/cache file and add setup instructions for ChromeDriver #1

Merged
merged 2 commits into from Jun 14, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
125 changes: 125 additions & 0 deletions .gitignore
@@ -0,0 +1,125 @@
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
*$py.class

# C extensions
*.so

# Distribution / packaging
.Python
build/
develop-eggs/
dist/
downloads/
eggs/
.eggs/
lib/
lib64/
parts/
sdist/
var/
wheels/
pip-wheel-metadata/
share/python-wheels/
*.egg-info/
.installed.cfg
*.egg
MANIFEST

# 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/
.nox/
.coverage
.coverage.*
.cache
nosetests.xml
coverage.xml
*.cover
.hypothesis/
.pytest_cache/

# Translations
*.mo
*.pot

# Django stuff:
*.log
local_settings.py
db.sqlite3
db.sqlite3-journal

# Flask stuff:
instance/
.webassets-cache

# Scrapy stuff:
.scrapy

# Sphinx documentation
docs/_build/

# PyBuilder
target/

# Jupyter Notebook
.ipynb_checkpoints

# IPython
profile_default/
ipython_config.py

# pyenv
.python-version

# pipenv
# According to pypa/pipenv#598, it is recommended to include Pipfile.lock in version control.
# However, in case of collaboration, if having platform-specific dependencies or dependencies
# having no cross-platform support, pipenv may install dependencies that don't work, or not
# install all needed dependencies.
#Pipfile.lock

# celery beat schedule file
celerybeat-schedule

# SageMath parsed files
*.sage.py

# Environments
.env
.venv
env/
venv/
ENV/
env.bak/
venv.bak/

# Spyder project settings
.spyderproject
.spyproject

# Rope project settings
.ropeproject

# mkdocs documentation
/site

# mypy
.mypy_cache/
.dmypy.json
dmypy.json

# Pyre type checker
.pyre/

1 change: 0 additions & 1 deletion .pytest_cache/v/cache/nodeids

This file was deleted.

1 change: 0 additions & 1 deletion .pytest_cache/v/cache/stepwise

This file was deleted.

2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -12,9 +12,9 @@
- you should specify in the if statement at line 141 the conditions you want to add videos for. In my case the conditions were:
any video or entertainment company that contains a korean character
any video that doesnt contains a list of words: clip, behind the scene, performance, stage, practice, cam, instrumental, choreography, backstage, tv, preview, ep
- download [the ChromeDriver version for your operating system](http://chromedriver.chromium.org/downloads), unzip the executable, and place it in this folder

## Note
- in case of any error with the driver, download again chrome driver from: http://chromedriver.chromium.org/downloads
- the script runs twice each time, you can stop it the second time by pressing Ctrl + Z

## To execute
Expand Down
Binary file removed __pycache__/test_addtofavorites.cpython-37.pyc
Binary file not shown.
Binary file removed chromedriver.exe
Binary file not shown.
41 changes: 0 additions & 41 deletions debug.log

This file was deleted.