Garmelon/PFERD

Videos with same title not handled correctly

Opened this issue · 1 comments

On a KIT ILIAS video page with lots of videos using the same title, only one of those videos is being downloaded. It seems like PFERD is trying to resolve that by just appending a number to the other videos, however it never downloads anything to the newly found unused paths.
I'm running the latest version from master

image

On a sidenote, it would be nice if PFERD exposed the upload date or index in the config file so we can use them in file name transformations. Maybe that's a better solution than what it is trying right now.

I believe this was fixed by now (sorting the videos by id, deduplicating the names and then downloading them).