Skip to content

Conversation

@pull
Copy link

@pullpullbot commented Sep 29, 2025

See Commits and Changes for more details.


Created by pull[bot] (v2.0.0-alpha.4)

Can you help keep this open source service alive? 💖 Please sponsor : )

TsKyrkand others added 3 commits August 25, 2023 22:34
I am using Python 3.11.3 I was having this error : "TypeError: 'dict_keys' object is not subscriptable" locations.keys() had to be explicitly converted into list to prevent this exception.
…bels to list Fix RadioButtons labels: convert dict_keys to list to avoid TypeError on Python 3.11+ (Matplotlib expects an indexable sequence). Verified in sandbox that `dict_keys` raises and `list(...)` works. Safe, minimal change.
- Replace broken meta tag extraction with modern ytInitialData approach - Fix channel URL construction to use proper /channel/ path prefix - Add robust error handling for YouTube's changing structure - Extract title, views, date, channel info, and description successfully - Maintain backward compatibility with command-line interface The original script was completely broken due to YouTube's HTML structure changes. This rewrite successfully extracts core video information using the modern approach.
@pullpullbot locked and limited conversation to collaborators Sep 29, 2025
@pullpullbot merged commit dd98afd into hemanth22:masterSep 29, 2025
Sign up for freeto subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@TsKyrk@x4nth055