mikf / gallery-dl

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

xhamster links dont work anymore #1013

Closed hanspeterx closed 4 years ago

hanspeterx commented 4 years ago

Hi, downloading galleries from xhamster used to work for me, but for a few weeks now I get the following error message when trying to download a gallery or all galleries from a user profile:

F:\GDL>gallery-dl https://de.xhamster.com/photos/gallery/thoughts-and-smiles-for-today-1629206 [xhamster][error] An unexpected error occurred: AttributeError - 'NoneType' object has no attribute 'rstrip'. Please run gallery-dl again with the --verbose flag, copy its output and report this issue on https://github.com/mikf/gallery-dl/issues .

Example Link (non-NSFW gallery): https://de.xhamster.com/photos/gallery/thoughts-and-smiles-for-today-1629206

gallery-dl works just fine for all other sites I'm using it for. I'm not really sure, if the site lost support or if it's a problem with my install since nobody else seems to post about this problem on here. Thanks for your help and your service - your program ist great and I enjoy using it a lot.

mikf commented 4 years ago

This was fixed in version 1.14.4. Update gallery-dl and it should work again.

Duplicate of #917