Skip to content

Commit

Permalink
Merge pull request #152 from krichbanana/banner-type-fix
Browse files Browse the repository at this point in the history
Fix missing comma
  • Loading branch information
xenova committed May 20, 2022
2 parents ff9ddb1 + 2a5b3f5 commit 657e56e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chat_downloader/sites/youtube.py
Original file line number Diff line number Diff line change
Expand Up @@ -978,8 +978,8 @@ def _parse_currency(item):
_KNOWN_ADD_BANNER_TYPES = {
'addBannerToLiveChatCommand': [
'liveChatBannerRenderer',
'liveChatBannerHeaderRenderer'
'liveChatTextMessageRenderer'
'liveChatBannerHeaderRenderer',
'liveChatTextMessageRenderer',
]
}

Expand Down

0 comments on commit 657e56e

Please sign in to comment.