Skip to content

Commit

Permalink
⬇️ support for Python 3.6.1+
Browse files Browse the repository at this point in the history
  • Loading branch information
lonsty committed Apr 11, 2021
1 parent e188eaf commit aef79a0
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 159 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -615,3 +615,5 @@ healthchecksdb
MigrationBackup/

# End of https://www.gitignore.io/api/osx,python,pycharm,windows,visualstudio,visualstudiocode

.idea/
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
default_language_version:
python: python3.8
python: python3.6

default_stages: [commit, push]

Expand All @@ -14,7 +14,7 @@ repos:
hooks:
- id: pyupgrade
name: pyupgrade
entry: poetry run pyupgrade --py37-plus
entry: poetry run pyupgrade --py36-plus
types: [python]
language: system

Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ CLI to download videos from https://xvideos.com

⚠️**Requires:**

- `Python`: >= 3.7
- `Python`: >= 3.6.1
- `Cookie`: When you run it for the first time, you will be prompted to enter the cookie, log in https://xvideos.com with your account, copy and paste a long string of cookies, then enjoy it.

Cookie is stored in *~/.xvideos/cookie* (or *C:\Users\<USER>\cookie*).
Expand All @@ -55,6 +55,10 @@ xvideos-dl https://www.xvideos.com/video37177493/asian_webcam_2_camsex4u.life ht

## Release History

### 1.2.0

- Support for Python 3.6.1+

### 1.1.2

Bugfix:
Expand Down
4 changes: 4 additions & 0 deletions README_CN.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ xvideos-dl https://www.xvideos.com/video37177493/asian_webcam_2_camsex4u.life ht

## Release History

### 1.2.0

- Support for Python 3.6.1+

### 1.1.2

Bugfix:
Expand Down
Loading

0 comments on commit aef79a0

Please sign in to comment.