geometer / FBReader

Official FBReader C++ project repository
http://www.fbreader.org/
540 stars 170 forks source link

OPDS: fix wrong url retrieving (?) problem #86

Open snowwlex opened 12 years ago

snowwlex commented 12 years ago

How to reproduce situation:

  1. Add a new network library with url "http://service.ebooksearch.webfactional.com/ru/libru/catalog.atom"
  2. Enter it, program messages "Host catalog.atom not found"

May be, this is caused by unexpected url format (with dots, catalog.atom). May be, because of redirecting of page.

snowwlex commented 12 years ago

Also, this problem happens with "http://service.ebooksearch.webfactional.com/ru/catalog.atom" url (without 'libru'), and with "http://service.ebooksearch.webfactional.com/catalog.atom" (without 'ru')

euroelessar commented 12 years ago

This OPDS catalog has relevant instead of absolute urls in atom file, but FBReader doesn't support them yet