diff options
author | James Taylor <user234683@users.noreply.github.com> | 2019-12-20 18:48:40 -0800 |
---|---|---|
committer | James Taylor <user234683@users.noreply.github.com> | 2019-12-20 18:48:40 -0800 |
commit | a9f67d4630319b9644af5802e7a908abcf9449be (patch) | |
tree | fd0b70063dc25a37ec56edb7011ba937ff8a8a8e /youtube/yt_data_extract/watch_extraction.py | |
parent | c3321d31d0501f23f81a711ee8532ee4e0dc6978 (diff) | |
download | yt-local-a9f67d4630319b9644af5802e7a908abcf9449be.tar.lz yt-local-a9f67d4630319b9644af5802e7a908abcf9449be.tar.xz yt-local-a9f67d4630319b9644af5802e7a908abcf9449be.zip |
Fix regression: date extraction broken. Move constants to correct file in yt_data_extract
Diffstat (limited to 'youtube/yt_data_extract/watch_extraction.py')
-rw-r--r-- | youtube/yt_data_extract/watch_extraction.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/youtube/yt_data_extract/watch_extraction.py b/youtube/yt_data_extract/watch_extraction.py index 09abbe3..3e6dcdf 100644 --- a/youtube/yt_data_extract/watch_extraction.py +++ b/youtube/yt_data_extract/watch_extraction.py @@ -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, |