Fix regression: date extraction broken. Move constants to correct file in yt_data_extract
This commit is contained in:
@@ -228,7 +228,6 @@ def _extract_watch_info_mobile(top_level):
|
||||
|
||||
return info
|
||||
|
||||
month_abbreviations = {'jan':'1', 'feb':'2', 'mar':'3', 'apr':'4', 'may':'5', 'jun':'6', 'jul':'7', 'aug':'8', 'sep':'9', 'oct':'10', 'nov':'11', 'dec':'12'}
|
||||
def _extract_watch_info_desktop(top_level):
|
||||
info = {
|
||||
'comment_count': None,
|
||||
|
||||
Reference in New Issue
Block a user