Skip to content

Commit

Permalink
0.4.7 Support newer driver binaries
Browse files Browse the repository at this point in the history
- Opera Stable 72
  - operadriver 86.0.4240.80
- Google Chrome version 86
  - chromedriver 86.0.4240.22
- Brave Browser version 86
  - bravedriver 86.0.4240.80 (uses operadriver binaries)
- Microsoft Edge version 88  (updated version 86 & 87 binaries)
  - msedgedriver 88.0.685.0
  - msedgedriver 87.0.669.0  (previously 87.0.661.0)
  - msedgedriver 86.0.622.58 (previously 86.0.622.31)
  • Loading branch information
shailshouryya committed Nov 2, 2020
1 parent 283430b commit 989bb41
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions python/dev/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


'''
version: 0.4.6
version: 0.4.7
author: Shail-Shouryya
email: yt.videos.list@gmail.com
development_status: 4 - Beta
Expand All @@ -14,7 +14,7 @@
'''


__version__ = '0.4.6'
__version__ = '0.4.7'
__author__ = 'Shail-Shouryya'
__email__ = 'yt.videos.list@gmail.com'
__development_status__ = '4 - Beta'
Expand Down
2 changes: 1 addition & 1 deletion python/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

setup(
name = 'yt_videos_list',
version = '0.4.6',
version = '0.4.7',
description = 'Extract YouTube video titles and URLs with end-to-end web scraping API + automate Selenium webdriver dependency set up',
long_description = long_description,
long_description_content_type = 'text/markdown',
Expand Down
4 changes: 2 additions & 2 deletions python/yt_videos_list/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@


'''
version: 0.4.6
version: 0.4.7
author: Shail-Shouryya
email: yt.videos.list@gmail.com
development_status: 4 - Beta
Expand All @@ -14,7 +14,7 @@
'''


__version__ = '0.4.6'
__version__ = '0.4.7'
__author__ = 'Shail-Shouryya'
__email__ = 'yt.videos.list@gmail.com'
__development_status__ = '4 - Beta'
Expand Down

0 comments on commit 989bb41

Please sign in to comment.