sahilsehwag/pluralsight-downloader-chrome-extension

Files are downloading with trimmed File Names.

IssacEinstein opened this issue · 5 comments

Files are downloading with trimmed File Names.
But, ".m3u" contains the FileList with Full Names.

What course are you downloading?

What course are you downloading?

It applies to Any Pluralsight Course which contains lengthy File Names.

Files are downloading with trimmed File Names.
But, ".m3u" contains the FileList with Full Names.

Facing the same problem, I figured out the possible reason for this behavior.
This is most likely due to the limitation of the maximum path length in Windows, which is defined as 260 characters.
This problem can be solved in several ways:

  1. Download files to the root of the disk.
  2. Enable Long Paths in Windows 10, Version 1607, and Later.
  3. Use symbolic links.
  4. Use the 'subst' command to mount the folder as a disk.
  5. There are probably other ways to do that.

Files are downloading with trimmed File Names.
But, ".m3u" contains the FileList with Full Names.

Facing the same problem, I figured out the possible reason for this behavior.
This is most likely due to the limitation of the maximum path length in Windows, which is defined as 260 characters.
This problem can be solved in several ways:

  1. Download files to the root of the disk.
  2. Enable Long Paths in Windows 10, Version 1607, and Later.
  3. Use symbolic links.
  4. Use the 'subst' command to mount the folder as a disk.
  5. There are probably other ways to do that.

I tried using registry edit in windows 10 v21H1... But still failing to get the file name.

@IssacEinstein
This looks like a OS limitation, Closing the issue since this is not a bug in the extension.

Do let us know if there are some updates on this issue, since this might help other people too