SuperGouge / ChanThreadWatch

Fork of the original discontinued ChanThreadWatch.
90 stars 13 forks source link

8chan: long image names get cut off #52

Closed roukaour closed 9 years ago

roukaour commented 9 years ago

Images with long names from 8chan are cut off when saved.

The HTML looks like this:

<span class="unimportant">
  (197.4 KB, 1280x720, 16:9,
  <a title="Save as original filename (apple-vs-windows-wallpaper-5.png)"
      href="https://media.8ch.net/tech/src/1432095406188.png"
      download="apple-vs-windows-wallpaper-5.png">
      apple-vs-windows-wallpaper….png</a>)
</span>

Images should be saved as the link's "download" attribute, not its text content.