File tree Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Expand file tree Collapse file tree 3 files changed +7
-13
lines changed Original file line number Diff line number Diff line change 44 <a href =" https://github.com/SilkePilon/youdotcom/ " ><img src =" https://github.com/SilkePilon/youdotcom/blob/main/youdotcom.png?raw=true " alt =" Markdownify " width =" 200 " ></a >
55 <br >
66 <br >
7- YouDotCom for python v1.0.21
7+ YouDotCom for python v1.0.22
88 <br >
99</h1 >
1010
Original file line number Diff line number Diff line change @@ -5,13 +5,13 @@ build-backend = "poetry.core.masonry.api"
55
66[tool .poetry ]
77name = " youdotcom"
8- version = " 1.0.21 "
9- description = " unofficial api wrapper for you.com and all of its apps"
8+ version = " 1.0.22 "
9+ description = " official api wrapper for you.com and all of its apps"
1010readme = " README.md"
11- authors = [" youdotcom <silkepilon2009@gmail.com>" ]
11+ authors = [" SilkePilon <silkepilon2009@gmail.com>" ]
1212license = " MIT"
13- repository = " https://github.com/silkepilon/youdotcom "
14- homepage = " https://github.com/silkepilon/youdotcom "
13+ repository = " https://github.com/You-OpenSource/You-Python "
14+ homepage = " https://github.com/You-OpenSource/You-Python "
1515
1616# Keywords description https://python-poetry.org/docs/pyproject/#keywords
1717keywords = [] # ! Update me
Original file line number Diff line number Diff line change 1- import os
2- import sys
3- import time
4-
5- from click_shell import shell
6-
7- import youdotcom
1+ from youdotcom import Webdriver
You can’t perform that action at this time.
0 commit comments