mirror of
https://github.com/yt-dlp/yt-dlp.git
synced 2024-11-27 06:10:12 +01:00
remove trailing spaces
This commit is contained in:
parent
7b9f56ade5
commit
c7a528c198
|
@ -295,7 +295,7 @@ def _real_extract(self, url):
|
|||
runtime_info = next_js_data['initialState']['app']['runtimeInfo']
|
||||
|
||||
product_detail_json = traverse_obj(
|
||||
next_js_data, ('pageProps', 'fallback', lambda k, v: v if re.match(r'@"PRODUCT_DETAIL"[^:]+', k) else None),
|
||||
next_js_data, ('pageProps', 'fallback', lambda k, v: v if re.match(r'@"PRODUCT_DETAIL"[^:]+', k) else None),
|
||||
get_all=False)
|
||||
current_product_info = traverse_obj(product_detail_json, ('data', 'current_product'))
|
||||
current_product_subtitle_info = current_product_info.get('subtitle')
|
||||
|
|
Loading…
Reference in New Issue
Block a user