kodi.plugin.video.youtube/resources/lib
MoojMidge 36f1cc6048 Misc optimisations
- Avoid using dir()
- Remove custom url quote methods that are no longer faster than urllib.parse methods in newer Python versions
- Reduce polling intervals when checking if Kodi is busy
- Use custom requests.Session class to avoid creation of unused default https adapter and ssl context
2025-11-16 10:50:30 +11:00
..
youtube_plugin Misc optimisations 2025-11-16 10:50:30 +11:00
__init__.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
plugin.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
script.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
service.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
youtube_authentication.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
youtube_registration.py Update copyright notice dates 2025-07-27 15:10:38 +09:00
youtube_requests.py Improve use of defined constants for plugin url paths and query parameters 2025-08-29 20:55:10 +09:00
youtube_resolver.py Rename youtube.client.PlayerClient to youtube.client.YouTubePlayerClient 2025-10-06 11:35:31 +11:00