-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
0.6.6: Update scraping logic for the new UI
- **BUGFIX** - around mid-late October, YouTube rolled out a new UI that changed rendering of different parts of the website, including the videos page - this broke the previous scraping logic, and this release fixes the endpoints to correctly extract video information - for more information, see the following references: - https://techcrunch.com/2022/10/24/youtube-rolls-out-new-design-with-pinch-to-zoom-on-ios-and-android-and-other-updates/ - https://blog.youtube/news-and-events/an-updated-look-and-feel-for-youtube/ - https://www.youtube.com/watch?v=zC8hYQwiEy4 - https://www.youtube.com/watch?v=lYVtgYjJvuo
- Loading branch information
1 parent
734b6a6
commit 53e2bc1
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
from .custom_logger import log, log_time_taken | ||
|
||
|
||
__version__ = '0.6.5' | ||
__version__ = '0.6.6' | ||
__email__ = '[email protected]' | ||
|
||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -13,7 +13,7 @@ | |
from .custom_logger import log, log_time_taken | ||
|
||
|
||
__version__ = '0.6.5' | ||
__version__ = '0.6.6' | ||
__email__ = '[email protected]' | ||
|
||
|
||
|