mikf / gallery-dl

Command-line program to download image galleries and collections from several image hosting sites
GNU General Public License v2.0
10.66k stars 880 forks source link

fix: extractor for speakerdeck.com #5730

Closed shirayu closed 1 week ago

shirayu commented 1 week ago

Current HTML of speakerdeck is like

          <div class="sd-player-slide js-sd-slide"
              data-url="http://...

So, the current extractor does not work because it can not handle line breaks and leading spaces. With this PR, the extractor can simply ignore them.