ytdl-sub/tests/resources/expected_json/music_video/inspect_variables.json
Jesse Bannon 97df4dac1d
[BACKEND] Preserve dict formatter value (#1416)
Do not modify the original definition of dict validators.
2026-01-16 13:51:33 -08:00

480 lines
No EOL
28 KiB
JSON

{
"avatar_uncropped_thumbnail_file_name": "",
"avatar_uncropped_thumbnail_file_name_sanitized": "",
"banner_uncropped_thumbnail_file_name": "",
"banner_uncropped_thumbnail_file_name_sanitized": "",
"category_url_array": "{ [ ] }",
"category_url_array_sanitized": "[]",
"category_url_map": "{ [ ] }",
"category_url_map_sanitized": "[]",
"channel": "{ %map_get_non_empty( entry_metadata, \"channel\", uploader ) }",
"channel_id": "{ %map_get_non_empty( entry_metadata, \"channel_id\", uploader_id ) }",
"channel_id_sanitized": "{ %sanitize( channel_id ) }",
"channel_sanitized": "{ %sanitize( channel ) }",
"chapters": "{ [ ] }",
"chapters_sanitized": "{ %sanitize( chapters ) }",
"comments": "{ [ ] }",
"comments_sanitized": "{ %sanitize( comments ) }",
"creator": "{ %map_get_non_empty( entry_metadata, \"creator\", channel ) }",
"creator_sanitized": "{ %sanitize( creator ) }",
"description": "{ %map_get_non_empty( entry_metadata, \"description\", '' ) }",
"description_sanitized": "{ %sanitize( description ) }",
"download_index": "{ %int( 1 ) }",
"download_index_padded6": "{ %pad_zero( download_index, 6 ) }",
"download_index_padded6_sanitized": "{ %sanitize( download_index_padded6 ) }",
"download_index_sanitized": "{ %sanitize( download_index ) }",
"duration": "{ %map_get_non_empty( entry_metadata, \"duration\", 0 ) }",
"duration_sanitized": "{ %sanitize( duration ) }",
"enable_bilateral_scraping": "{ %bool(True) }",
"enable_bilateral_scraping_sanitized": "true",
"enable_resolution_assert": "{ %bool(True) }",
"enable_resolution_assert_sanitized": "true",
"enable_throttle_protection": "{ %bool(True) }",
"enable_throttle_protection_sanitized": "true",
"entry_metadata": "{ { } }",
"entry_metadata_sanitized": "{ %sanitize( entry_metadata ) }",
"epoch": "{ %map_get( entry_metadata, \"epoch\" ) }",
"epoch_date": "{ %datetime_strftime( epoch, \"%Y%m%d\" ) }",
"epoch_date_sanitized": "{ %sanitize( epoch_date ) }",
"epoch_hour": "{ %datetime_strftime( epoch, \"%H\" ) }",
"epoch_hour_sanitized": "{ %sanitize( epoch_hour ) }",
"epoch_sanitized": "{ %sanitize( epoch ) }",
"ext": "{ %map_get( entry_metadata, \"ext\" ) }",
"ext_sanitized": "{ %sanitize( ext ) }",
"extractor": "{ %map_get( entry_metadata, \"extractor\" ) }",
"extractor_key": "{ %map_get( entry_metadata, \"extractor_key\" ) }",
"extractor_key_sanitized": "{ %sanitize( extractor_key ) }",
"extractor_sanitized": "{ %sanitize( extractor ) }",
"file_title": "{ title_sanitized_plex }",
"file_title_sanitized": "{ %sanitize( title_sanitized_plex ) }",
"file_uid": "{ uid_sanitized_plex }",
"file_uid_sanitized": "{ %sanitize( uid_sanitized_plex ) }",
"height": "{ %map_get_non_empty( entry_metadata, \"height\", 0 ) }",
"height_sanitized": "{ %sanitize( height ) }",
"ie_key": "{ %map_get_non_empty( entry_metadata, \"ie_key\", extractor_key ) }",
"ie_key_sanitized": "{ %sanitize( ie_key ) }",
"include_sibling_metadata": "{ %bool(False) }",
"include_sibling_metadata_sanitized": "false",
"info_json_ext": "info.json",
"info_json_ext_sanitized": "info.json",
"modified_webpage_url": "{ webpage_url }",
"modified_webpage_url_sanitized": "{ %sanitize( webpage_url ) }",
"music_video_album": "{ %get_url_field( \"category\", \"Music Videos\" ) }",
"music_video_album_default": "Music Videos",
"music_video_album_default_sanitized": "Music Videos",
"music_video_album_sanitized": "{ %sanitize( %get_url_field( \"category\", \"Music Videos\" ) ) }",
"music_video_artist": "Rick Astley",
"music_video_artist_sanitized": "Rick Astley",
"music_video_date": "{ %elif( %contains_url_field( \"date\" ), %get_url_field( \"date\", upload_date_standardized ), %contains_url_field( \"year\" ), %concat( %get_url_field( \"date\", upload_year ), \"-01-01\" ), upload_date_standardized ) }",
"music_video_date_sanitized": "{ %sanitize( %elif( %contains_url_field( \"date\" ), %get_url_field( \"date\", upload_date_standardized ), %contains_url_field( \"year\" ), %concat( %get_url_field( \"date\", upload_year ), \"-01-01\" ), upload_date_standardized ) ) }",
"music_video_directory": "tv_show_directory_path",
"music_video_directory_sanitized": "tv_show_directory_path",
"music_video_file_name": "Rick Astley/{ %sanitize( %get_url_field( \"title\", title ) ) }",
"music_video_file_name_sanitized": "{ %sanitize( %concat( \"Rick Astley\", \"/\", %string( %sanitize( %get_url_field( \"title\", title ) ) ), '' ) ) }",
"music_video_file_name_suffix": "",
"music_video_file_name_suffix_sanitized": "",
"music_video_genre": "Pop",
"music_video_genre_default": "ytdl-sub",
"music_video_genre_default_sanitized": "ytdl-sub",
"music_video_genre_sanitized": "Pop",
"music_video_title": "{ %get_url_field( \"title\", title ) }",
"music_video_title_sanitized": "{ %sanitize( %get_url_field( \"title\", title ) ) }",
"music_video_year": "{ %int( %elif( %contains_url_field( \"date\" ), %slice( %get_url_field( \"date\", upload_date_standardized ), 0, 4 ), %contains_url_field( \"year\" ), %get_url_field( \"date\", upload_year ), upload_year ) ) }",
"music_video_year_sanitized": "{ %sanitize( %int( %elif( %contains_url_field( \"date\" ), %slice( %get_url_field( \"date\", upload_date_standardized ), 0, 4 ), %contains_url_field( \"year\" ), %get_url_field( \"date\", upload_year ), upload_year ) ) ) }",
"playlist_count": "{ %map_get_non_empty( entry_metadata, \"playlist_count\", 1 ) }",
"playlist_count_sanitized": "{ %sanitize( playlist_count ) }",
"playlist_description": "{ %map_get_non_empty( playlist_metadata, \"description\", description ) }",
"playlist_description_sanitized": "{ %sanitize( playlist_description ) }",
"playlist_index": "{ %map_get_non_empty( entry_metadata, \"playlist_index\", 1 ) }",
"playlist_index_padded": "{ %pad_zero( playlist_index, 2 ) }",
"playlist_index_padded6": "{ %pad_zero( playlist_index, 6 ) }",
"playlist_index_padded6_sanitized": "{ %sanitize( playlist_index_padded6 ) }",
"playlist_index_padded_sanitized": "{ %sanitize( playlist_index_padded ) }",
"playlist_index_reversed": "{ %sub( playlist_count, playlist_index, -1 ) }",
"playlist_index_reversed_padded": "{ %pad_zero( playlist_index_reversed, 2 ) }",
"playlist_index_reversed_padded6": "{ %pad_zero( playlist_index_reversed, 6 ) }",
"playlist_index_reversed_padded6_sanitized": "{ %sanitize( playlist_index_reversed_padded6 ) }",
"playlist_index_reversed_padded_sanitized": "{ %sanitize( playlist_index_reversed_padded ) }",
"playlist_index_reversed_sanitized": "{ %sanitize( playlist_index_reversed ) }",
"playlist_index_sanitized": "{ %sanitize( playlist_index ) }",
"playlist_max_upload_date": "{ %array_reduce( %if_passthrough( %extract_field_from_siblings( \"upload_date\" ), [ upload_date ] ), %max ) }",
"playlist_max_upload_date_sanitized": "{ %sanitize( playlist_max_upload_date ) }",
"playlist_max_upload_year": "{ %int( %map_get( %to_date_metadata( playlist_max_upload_date ), \"year\" ) ) }",
"playlist_max_upload_year_sanitized": "{ %sanitize( playlist_max_upload_year ) }",
"playlist_max_upload_year_truncated": "{ %int( %map_get( %to_date_metadata( playlist_max_upload_date ), \"year_truncated\" ) ) }",
"playlist_max_upload_year_truncated_sanitized": "{ %sanitize( playlist_max_upload_year_truncated ) }",
"playlist_metadata": "{ %map_get_non_empty( entry_metadata, \"playlist_metadata\", { } ) }",
"playlist_metadata_sanitized": "{ %sanitize( playlist_metadata ) }",
"playlist_title": "{ %map_get_non_empty( entry_metadata, \"playlist_title\", title ) }",
"playlist_title_sanitized": "{ %sanitize( playlist_title ) }",
"playlist_uid": "{ %map_get_non_empty( playlist_metadata, \"playlist_id\", uid ) }",
"playlist_uid_sanitized": "{ %sanitize( playlist_uid ) }",
"playlist_uploader": "{ %map_get_non_empty( playlist_metadata, \"uploader\", uploader ) }",
"playlist_uploader_id": "{ %map_get_non_empty( entry_metadata, \"playlist_uploader_id\", uploader_id ) }",
"playlist_uploader_id_sanitized": "{ %sanitize( playlist_uploader_id ) }",
"playlist_uploader_sanitized": "{ %sanitize( playlist_uploader ) }",
"playlist_uploader_url": "{ %map_get_non_empty( playlist_metadata, \"uploader_url\", webpage_url ) }",
"playlist_uploader_url_sanitized": "{ %sanitize( playlist_uploader_url ) }",
"playlist_webpage_url": "{ %map_get_non_empty( playlist_metadata, \"webpage_url\", webpage_url ) }",
"playlist_webpage_url_sanitized": "{ %sanitize( playlist_webpage_url ) }",
"release_date": "{ %map_get_non_empty( entry_metadata, \"release_date\", upload_date ) }",
"release_date_sanitized": "{ %sanitize( release_date ) }",
"release_date_standardized": "{ %string( %map_get( %to_date_metadata( release_date ), \"date_standardized\" ) ) }",
"release_date_standardized_sanitized": "{ %sanitize( release_date_standardized ) }",
"release_day": "{ %int( %map_get( %to_date_metadata( release_date ), \"day\" ) ) }",
"release_day_of_year": "{ %int( %map_get( %to_date_metadata( release_date ), \"day_of_year\" ) ) }",
"release_day_of_year_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"day_of_year_padded\" ) ) }",
"release_day_of_year_padded_sanitized": "{ %sanitize( release_day_of_year_padded ) }",
"release_day_of_year_reversed": "{ %int( %map_get( %to_date_metadata( release_date ), \"day_of_year_reversed\" ) ) }",
"release_day_of_year_reversed_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"day_of_year_reversed_padded\" ) ) }",
"release_day_of_year_reversed_padded_sanitized": "{ %sanitize( release_day_of_year_reversed_padded ) }",
"release_day_of_year_reversed_sanitized": "{ %sanitize( release_day_of_year_reversed ) }",
"release_day_of_year_sanitized": "{ %sanitize( release_day_of_year ) }",
"release_day_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"day_padded\" ) ) }",
"release_day_padded_sanitized": "{ %sanitize( release_day_padded ) }",
"release_day_reversed": "{ %int( %map_get( %to_date_metadata( release_date ), \"day_reversed\" ) ) }",
"release_day_reversed_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"day_reversed_padded\" ) ) }",
"release_day_reversed_padded_sanitized": "{ %sanitize( release_day_reversed_padded ) }",
"release_day_reversed_sanitized": "{ %sanitize( release_day_reversed ) }",
"release_day_sanitized": "{ %sanitize( release_day ) }",
"release_month": "{ %int( %map_get( %to_date_metadata( release_date ), \"month\" ) ) }",
"release_month_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"month_padded\" ) ) }",
"release_month_padded_sanitized": "{ %sanitize( release_month_padded ) }",
"release_month_reversed": "{ %int( %map_get( %to_date_metadata( release_date ), \"month_reversed\" ) ) }",
"release_month_reversed_padded": "{ %string( %map_get( %to_date_metadata( release_date ), \"month_reversed_padded\" ) ) }",
"release_month_reversed_padded_sanitized": "{ %sanitize( release_month_reversed_padded ) }",
"release_month_reversed_sanitized": "{ %sanitize( release_month_reversed ) }",
"release_month_sanitized": "{ %sanitize( release_month ) }",
"release_year": "{ %int( %map_get( %to_date_metadata( release_date ), \"year\" ) ) }",
"release_year_sanitized": "{ %sanitize( release_year ) }",
"release_year_truncated": "{ %int( %map_get( %to_date_metadata( release_date ), \"year_truncated\" ) ) }",
"release_year_truncated_reversed": "{ %int( %map_get( %to_date_metadata( release_date ), \"year_truncated_reversed\" ) ) }",
"release_year_truncated_reversed_sanitized": "{ %sanitize( release_year_truncated_reversed ) }",
"release_year_truncated_sanitized": "{ %sanitize( release_year_truncated ) }",
"requested_subtitles": "{ { } }",
"requested_subtitles_sanitized": "{ %sanitize( requested_subtitles ) }",
"resolution_assert": "{ %if( %and( enable_resolution_assert, %ne( height, 0 ), %not( resolution_assert_is_ignored ) ), %assert( %gte( height, resolution_assert_height_gte ), %concat( \"Entry \", title, \" downloaded at a low resolution (\", resolution_readable, \"), you've probably been throttled. \", \"Stopping further downloads, wait a few hours and try again. \", \"Disable using the override variable `enable_resolution_assert: False`.\" ) ), \"false is no-op\" ) }",
"resolution_assert_height_gte": "{ %int(361) }",
"resolution_assert_height_gte_sanitized": "361",
"resolution_assert_ignore_titles": "{ [ ] }",
"resolution_assert_ignore_titles_sanitized": "[]",
"resolution_assert_is_ignored": "{ %print_if_true( %concat( title, \" has a match in resolution_assert_ignore_titles, skipping resolution assert.\" ), %contains_any( title, resolution_assert_ignore_titles ) ) }",
"resolution_assert_is_ignored_sanitized": "{ %sanitize( %print_if_true( %concat( title, \" has a match in resolution_assert_ignore_titles, skipping resolution assert.\" ), %contains_any( title, resolution_assert_ignore_titles ) ) ) }",
"resolution_assert_print": "{ %bool(True) }",
"resolution_assert_print_sanitized": "true",
"resolution_assert_sanitized": "{ %sanitize( %if( %and( enable_resolution_assert, %ne( height, 0 ), %not( resolution_assert_is_ignored ) ), %assert( %gte( height, resolution_assert_height_gte ), %concat( \"Entry \", title, \" downloaded at a low resolution (\", resolution_readable, \"), you've probably been throttled. \", \"Stopping further downloads, wait a few hours and try again. \", \"Disable using the override variable `enable_resolution_assert: False`.\" ) ), \"false is no-op\" ) ) }",
"resolution_readable": "{ width }x{ height }",
"resolution_readable_sanitized": "{ %sanitize( %concat( %string( width ), \"x\", %string( height ) ) ) }",
"sibling_metadata": "{ %map_get_non_empty( entry_metadata, \"sibling_metadata\", [ ] ) }",
"sibling_metadata_sanitized": "{ %sanitize( sibling_metadata ) }",
"source_count": "{ %map_get_non_empty( playlist_metadata, \"playlist_count\", 1 ) }",
"source_count_sanitized": "{ %sanitize( source_count ) }",
"source_description": "{ %map_get_non_empty( source_metadata, \"description\", playlist_description ) }",
"source_description_sanitized": "{ %sanitize( source_description ) }",
"source_index": "{ %map_get_non_empty( playlist_metadata, \"playlist_index\", 1 ) }",
"source_index_padded": "{ %pad_zero( source_index, 2 ) }",
"source_index_padded_sanitized": "{ %sanitize( source_index_padded ) }",
"source_index_sanitized": "{ %sanitize( source_index ) }",
"source_metadata": "{ %map_get_non_empty( entry_metadata, \"source_metadata\", { } ) }",
"source_metadata_sanitized": "{ %sanitize( source_metadata ) }",
"source_title": "{ %map_get_non_empty( source_metadata, \"title\", playlist_title ) }",
"source_title_sanitized": "{ %sanitize( source_title ) }",
"source_uid": "{ %map_get_non_empty( source_metadata, \"id\", playlist_uid ) }",
"source_uid_sanitized": "{ %sanitize( source_uid ) }",
"source_uploader": "{ %map_get_non_empty( source_metadata, \"uploader\", playlist_uploader ) }",
"source_uploader_id": "{ %map_get_non_empty( source_metadata, \"uploader_id\", playlist_uploader_id ) }",
"source_uploader_id_sanitized": "{ %sanitize( source_uploader_id ) }",
"source_uploader_sanitized": "{ %sanitize( source_uploader ) }",
"source_uploader_url": "{ %map_get_non_empty( source_metadata, \"uploader_url\", source_webpage_url ) }",
"source_uploader_url_sanitized": "{ %sanitize( source_uploader_url ) }",
"source_webpage_url": "{ %map_get_non_empty( source_metadata, \"webpage_url\", playlist_webpage_url ) }",
"source_webpage_url_sanitized": "{ %sanitize( source_webpage_url ) }",
"sponsorblock_chapters": "{ [ ] }",
"sponsorblock_chapters_sanitized": "{ %sanitize( sponsorblock_chapters ) }",
"subscription_array": "{ [ \"https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc\" ] }",
"subscription_array_sanitized": "[\uff02https\uff1a\u29f8\u29f8www.youtube.com\u29f8playlist\uff1flist=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc\uff02]",
"subscription_has_download_archive": "{ %bool(False) }",
"subscription_has_download_archive_sanitized": "false",
"subscription_indent_1": "Pop",
"subscription_indent_1_sanitized": "Pop",
"subscription_map": "{ { } }",
"subscription_map_sanitized": "{}",
"subscription_name": "Rick Astley",
"subscription_name_sanitized": "Rick Astley",
"subscription_value": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"subscription_value_1": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"subscription_value_1_sanitized": "https\uff1a\u29f8\u29f8www.youtube.com\u29f8playlist\uff1flist=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"subscription_value_sanitized": "https\uff1a\u29f8\u29f8www.youtube.com\u29f8playlist\uff1flist=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"thumbnail_ext": "jpg",
"thumbnail_ext_sanitized": "jpg",
"title": "{ %map_get_non_empty( entry_metadata, \"title\", uid ) }",
"title_sanitized": "{ %sanitize( title ) }",
"title_sanitized_plex": "{ %sanitize_plex_episode( title ) }",
"title_sanitized_plex_sanitized": "{ %sanitize( title_sanitized_plex ) }",
"uid": "{ %map_get( entry_metadata, \"id\" ) }",
"uid_sanitized": "{ %sanitize( uid ) }",
"uid_sanitized_plex": "{ %sanitize_plex_episode( uid ) }",
"uid_sanitized_plex_sanitized": "{ %sanitize( uid_sanitized_plex ) }",
"upload_date": "{ %map_get_non_empty( entry_metadata, \"upload_date\", epoch_date ) }",
"upload_date_index": "{ %int( 1 ) }",
"upload_date_index_padded": "{ %pad_zero( upload_date_index, 2 ) }",
"upload_date_index_padded_sanitized": "{ %sanitize( upload_date_index_padded ) }",
"upload_date_index_reversed": "{ %sub( 100, upload_date_index ) }",
"upload_date_index_reversed_padded": "{ %pad_zero( upload_date_index_reversed, 2 ) }",
"upload_date_index_reversed_padded_sanitized": "{ %sanitize( upload_date_index_reversed_padded ) }",
"upload_date_index_reversed_sanitized": "{ %sanitize( upload_date_index_reversed ) }",
"upload_date_index_sanitized": "{ %sanitize( upload_date_index ) }",
"upload_date_sanitized": "{ %sanitize( upload_date ) }",
"upload_date_standardized": "{ %string( %map_get( %to_date_metadata( upload_date ), \"date_standardized\" ) ) }",
"upload_date_standardized_sanitized": "{ %sanitize( upload_date_standardized ) }",
"upload_day": "{ %int( %map_get( %to_date_metadata( upload_date ), \"day\" ) ) }",
"upload_day_of_year": "{ %int( %map_get( %to_date_metadata( upload_date ), \"day_of_year\" ) ) }",
"upload_day_of_year_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"day_of_year_padded\" ) ) }",
"upload_day_of_year_padded_sanitized": "{ %sanitize( upload_day_of_year_padded ) }",
"upload_day_of_year_reversed": "{ %int( %map_get( %to_date_metadata( upload_date ), \"day_of_year_reversed\" ) ) }",
"upload_day_of_year_reversed_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"day_of_year_reversed_padded\" ) ) }",
"upload_day_of_year_reversed_padded_sanitized": "{ %sanitize( upload_day_of_year_reversed_padded ) }",
"upload_day_of_year_reversed_sanitized": "{ %sanitize( upload_day_of_year_reversed ) }",
"upload_day_of_year_sanitized": "{ %sanitize( upload_day_of_year ) }",
"upload_day_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"day_padded\" ) ) }",
"upload_day_padded_sanitized": "{ %sanitize( upload_day_padded ) }",
"upload_day_reversed": "{ %int( %map_get( %to_date_metadata( upload_date ), \"day_reversed\" ) ) }",
"upload_day_reversed_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"day_reversed_padded\" ) ) }",
"upload_day_reversed_padded_sanitized": "{ %sanitize( upload_day_reversed_padded ) }",
"upload_day_reversed_sanitized": "{ %sanitize( upload_day_reversed ) }",
"upload_day_sanitized": "{ %sanitize( upload_day ) }",
"upload_month": "{ %int( %map_get( %to_date_metadata( upload_date ), \"month\" ) ) }",
"upload_month_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"month_padded\" ) ) }",
"upload_month_padded_sanitized": "{ %sanitize( upload_month_padded ) }",
"upload_month_reversed": "{ %int( %map_get( %to_date_metadata( upload_date ), \"month_reversed\" ) ) }",
"upload_month_reversed_padded": "{ %string( %map_get( %to_date_metadata( upload_date ), \"month_reversed_padded\" ) ) }",
"upload_month_reversed_padded_sanitized": "{ %sanitize( upload_month_reversed_padded ) }",
"upload_month_reversed_sanitized": "{ %sanitize( upload_month_reversed ) }",
"upload_month_sanitized": "{ %sanitize( upload_month ) }",
"upload_year": "{ %int( %map_get( %to_date_metadata( upload_date ), \"year\" ) ) }",
"upload_year_sanitized": "{ %sanitize( upload_year ) }",
"upload_year_truncated": "{ %int( %map_get( %to_date_metadata( upload_date ), \"year_truncated\" ) ) }",
"upload_year_truncated_reversed": "{ %int( %map_get( %to_date_metadata( upload_date ), \"year_truncated_reversed\" ) ) }",
"upload_year_truncated_reversed_sanitized": "{ %sanitize( upload_year_truncated_reversed ) }",
"upload_year_truncated_sanitized": "{ %sanitize( upload_year_truncated ) }",
"uploader": "{ %map_get_non_empty( entry_metadata, \"uploader\", uploader_id ) }",
"uploader_id": "{ %map_get_non_empty( entry_metadata, \"uploader_id\", uid ) }",
"uploader_id_sanitized": "{ %sanitize( uploader_id ) }",
"uploader_sanitized": "{ %sanitize( uploader ) }",
"uploader_url": "{ %map_get_non_empty( entry_metadata, \"uploader_url\", webpage_url ) }",
"uploader_url_sanitized": "{ %sanitize( uploader_url ) }",
"url": "https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"url10": "",
"url100": "",
"url100_sanitized": "",
"url10_sanitized": "",
"url11": "",
"url11_sanitized": "",
"url12": "",
"url12_sanitized": "",
"url13": "",
"url13_sanitized": "",
"url14": "",
"url14_sanitized": "",
"url15": "",
"url15_sanitized": "",
"url16": "",
"url16_sanitized": "",
"url17": "",
"url17_sanitized": "",
"url18": "",
"url18_sanitized": "",
"url19": "",
"url19_sanitized": "",
"url2": "",
"url20": "",
"url20_sanitized": "",
"url21": "",
"url21_sanitized": "",
"url22": "",
"url22_sanitized": "",
"url23": "",
"url23_sanitized": "",
"url24": "",
"url24_sanitized": "",
"url25": "",
"url25_sanitized": "",
"url26": "",
"url26_sanitized": "",
"url27": "",
"url27_sanitized": "",
"url28": "",
"url28_sanitized": "",
"url29": "",
"url29_sanitized": "",
"url2_sanitized": "",
"url3": "",
"url30": "",
"url30_sanitized": "",
"url31": "",
"url31_sanitized": "",
"url32": "",
"url32_sanitized": "",
"url33": "",
"url33_sanitized": "",
"url34": "",
"url34_sanitized": "",
"url35": "",
"url35_sanitized": "",
"url36": "",
"url36_sanitized": "",
"url37": "",
"url37_sanitized": "",
"url38": "",
"url38_sanitized": "",
"url39": "",
"url39_sanitized": "",
"url3_sanitized": "",
"url4": "",
"url40": "",
"url40_sanitized": "",
"url41": "",
"url41_sanitized": "",
"url42": "",
"url42_sanitized": "",
"url43": "",
"url43_sanitized": "",
"url44": "",
"url44_sanitized": "",
"url45": "",
"url45_sanitized": "",
"url46": "",
"url46_sanitized": "",
"url47": "",
"url47_sanitized": "",
"url48": "",
"url48_sanitized": "",
"url49": "",
"url49_sanitized": "",
"url4_sanitized": "",
"url5": "",
"url50": "",
"url50_sanitized": "",
"url51": "",
"url51_sanitized": "",
"url52": "",
"url52_sanitized": "",
"url53": "",
"url53_sanitized": "",
"url54": "",
"url54_sanitized": "",
"url55": "",
"url55_sanitized": "",
"url56": "",
"url56_sanitized": "",
"url57": "",
"url57_sanitized": "",
"url58": "",
"url58_sanitized": "",
"url59": "",
"url59_sanitized": "",
"url5_sanitized": "",
"url6": "",
"url60": "",
"url60_sanitized": "",
"url61": "",
"url61_sanitized": "",
"url62": "",
"url62_sanitized": "",
"url63": "",
"url63_sanitized": "",
"url64": "",
"url64_sanitized": "",
"url65": "",
"url65_sanitized": "",
"url66": "",
"url66_sanitized": "",
"url67": "",
"url67_sanitized": "",
"url68": "",
"url68_sanitized": "",
"url69": "",
"url69_sanitized": "",
"url6_sanitized": "",
"url7": "",
"url70": "",
"url70_sanitized": "",
"url71": "",
"url71_sanitized": "",
"url72": "",
"url72_sanitized": "",
"url73": "",
"url73_sanitized": "",
"url74": "",
"url74_sanitized": "",
"url75": "",
"url75_sanitized": "",
"url76": "",
"url76_sanitized": "",
"url77": "",
"url77_sanitized": "",
"url78": "",
"url78_sanitized": "",
"url79": "",
"url79_sanitized": "",
"url7_sanitized": "",
"url8": "",
"url80": "",
"url80_sanitized": "",
"url81": "",
"url81_sanitized": "",
"url82": "",
"url82_sanitized": "",
"url83": "",
"url83_sanitized": "",
"url84": "",
"url84_sanitized": "",
"url85": "",
"url85_sanitized": "",
"url86": "",
"url86_sanitized": "",
"url87": "",
"url87_sanitized": "",
"url88": "",
"url88_sanitized": "",
"url89": "",
"url89_sanitized": "",
"url8_sanitized": "",
"url9": "",
"url90": "",
"url90_sanitized": "",
"url91": "",
"url91_sanitized": "",
"url92": "",
"url92_sanitized": "",
"url93": "",
"url93_sanitized": "",
"url94": "",
"url94_sanitized": "",
"url95": "",
"url95_sanitized": "",
"url96": "",
"url96_sanitized": "",
"url97": "",
"url97_sanitized": "",
"url98": "",
"url98_sanitized": "",
"url99": "",
"url99_sanitized": "",
"url9_sanitized": "",
"url_sanitized": "https\uff1a\u29f8\u29f8www.youtube.com\u29f8playlist\uff1flist=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc",
"urls": "{ [ \"https://www.youtube.com/playlist?list=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc\", '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '', '' ] }",
"urls_sanitized": "[\uff02https\uff1a\u29f8\u29f8www.youtube.com\u29f8playlist\uff1flist=PLlaN88a7y2_plecYoJxvRFTLHVbIVAOoc\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02, \uff02\uff02]",
"webpage_url": "{ %map_get( entry_metadata, \"webpage_url\" ) }",
"webpage_url_sanitized": "{ %sanitize( webpage_url ) }",
"width": "{ %map_get_non_empty( entry_metadata, \"width\", 0 ) }",
"width_sanitized": "{ %sanitize( width ) }",
"ytdl_sub_entry_date_eval": "{ %string( upload_date_standardized ) }",
"ytdl_sub_entry_date_eval_sanitized": "{ %sanitize( ytdl_sub_entry_date_eval ) }",
"ytdl_sub_input_url": "{ %string( '' ) }",
"ytdl_sub_input_url_count": "{ %int( 0 ) }",
"ytdl_sub_input_url_count_sanitized": "{ %sanitize( ytdl_sub_input_url_count ) }",
"ytdl_sub_input_url_index": "{ %int( -1 ) }",
"ytdl_sub_input_url_index_sanitized": "{ %sanitize( ytdl_sub_input_url_index ) }",
"ytdl_sub_input_url_sanitized": "{ %sanitize( ytdl_sub_input_url ) }"
}