pinchflat icon indicating copy to clipboard operation
pinchflat copied to clipboard

{{playlist_title}} not being detected/used correctly

Open szadigian81 opened this issue 9 months ago • 2 comments

Describe the bug I'm trying to download a bunch of playlists into their own folders with the output template:

/{{ uploader }}/{{ playlist_title }}/e%(upload_date>%Y%m%d)S - {{ title }}[{{ id }}].{{ ext }}

With the goal it should go under: Youtube Channel/Playlist Title/e202400101 - Test.mp4

But no matter what I try the always ends up as NA

To Reproduce

  1. Created new Profile:

id: 1 name: Testing inserted_at: 2024-05-25T19:11:11Z updated_at: 2024-05-26T01:18:48Z download_nfo: true output_path_template: /{{ uploader }}/{{ playlist_title }}/e%(upload_date>%Y%m%d)S - {{ title }}[{{ id }}].{{ ext }} preferred_resolution: 1080p sponsorblock_categories: sponsorblock_behaviour: disabled download_thumbnail: true embed_thumbnail: true download_auto_subs: false download_subs: true embed_subs: false sub_langs: en download_metadata: true embed_metadata: true download_source_images: true livestream_behaviour: exclude redownload_delay_days: shorts_behaviour: exclude

  1. Add New source: https://www.youtube.com/playlist?list=PLwXY3ipyXQw5WEV0F-b5m4Lkf0nTOGm6f

Expected behavior Videos should download into:

.../pitchflat/downloads/LDShadowLady/Minecraft SOS/e20240224 - New World | Ep. 1 | Minecraft S0S[oYT8M9IfEhU].mp4

But they are going into

.../pitchflat/downloads/LDShadowLady/NA/e20240224 - New World | Ep. 1 | Minecraft S0S[oYT8M9IfEhU].mp4

pinchflat-logs-2024-05-26-6.txt

szadigian81 avatar May 26 '24 01:05 szadigian81