Skip to content

Commit

Permalink
Merge pull request #21 from Xonshiz/new_dev
Browse files Browse the repository at this point in the history
Hulusubs_dl 2021.01.06

- Re-did the entire codebase.
- implemented Hulu API to scrap data.
- Proxy support added.
- Closes #11 , #12 , #14 , #18
  • Loading branch information
Xonshiz authored Jan 6, 2021
2 parents 3d76b1a + a747f33 commit d12279d
Show file tree
Hide file tree
Showing 33 changed files with 983 additions and 800 deletions.
Binary file added .DS_Store
Binary file not shown.
17 changes: 16 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,11 @@
*.iml
.idea/Hulu-Subs-Downloader.iml
*.xml
*.pyc
.idea/Hulu-Subs-Downloader.iml

/dist/*.*
/dist/*
/build/*
*.manifest
*.toc
*.pkg
Expand All @@ -19,3 +21,16 @@ build/HuluSubsDownloader/xref-HuluSubsDownloader.html
*.xml
ReadMe.txt
setup - Copy.py
hulusubs_dl/.cookie
hulusubs_dl/.config
*.pyc
hulusubs_dl/venv/*
hulusubs_dl/__pycache__/*

*.pyc
hulusubs_dl.egg-info/*
hulusubs_dl/cust_utils/__pycache__/*
hulusubs_dl/cust_utils/__pycache__/utils.cpython-37.pyc
hulusubs_dl/cust_utils/__pycache__/browser_instance.cpython-37.pyc
hulusubs_dl/build/*
hulusubs_dl/dist/*
11 changes: 0 additions & 11 deletions .idea/Hulu-Subs-Downloader.iml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/inspectionProfiles/profiles_settings.xml

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/misc.xml

This file was deleted.

8 changes: 0 additions & 8 deletions .idea/modules.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

Loading

0 comments on commit d12279d

Please sign in to comment.