diff --git a/FanFicFare-4.16.0.tar.gz b/FanFicFare-4.16.0.tar.gz
deleted file mode 100644
index c53c418..0000000
--- a/FanFicFare-4.16.0.tar.gz
+++ /dev/null
@@ -1,3 +0,0 @@
-version https://git-lfs.github.com/spec/v1
-oid sha256:b88e3e04f36be92ea71b82141dc4ac196e4651433400537f18f1d4c95e2e2fad
-size 1965384
diff --git a/FanFicFare-4.17.0.tar.gz b/FanFicFare-4.17.0.tar.gz
new file mode 100644
index 0000000..2967c78
--- /dev/null
+++ b/FanFicFare-4.17.0.tar.gz
@@ -0,0 +1,3 @@
+version https://git-lfs.github.com/spec/v1
+oid sha256:d57a1a9e90e77bd4573d9bc574cf6fdb811f3254465b447ad64e83c39d691106
+size 1964498
diff --git a/_service b/_service
deleted file mode 100644
index c855f6e..0000000
--- a/_service
+++ /dev/null
@@ -1,13 +0,0 @@
-
-
- 3.28.0+git
- https://github.com/JimmXinu/FanFicFare.git
- git
- enable
-
-
- *.tar
- gz
-
-
-
diff --git a/_servicedata b/_servicedata
deleted file mode 100644
index 8a78d85..0000000
--- a/_servicedata
+++ /dev/null
@@ -1,4 +0,0 @@
-
-
- https://github.com/JimmXinu/FanFicFare.git
- 37cdec2f27a3c54245c7db47c49602e480ab3d85
\ No newline at end of file
diff --git a/python-fanficfare.changes b/python-fanficfare.changes
index 7db9047..b9bfcf2 100644
--- a/python-fanficfare.changes
+++ b/python-fanficfare.changes
@@ -1,3 +1,18 @@
+-------------------------------------------------------------------
+Mon Oct 24 17:22:25 UTC 2022 - Matej Cepl
+
+- Update to 4.17.0:
+ - Update Translations
+ - Fix site name fanfiction.tenhawkpresents.ink
+ - Flaresolverr v3 beta using 'expiry' cookie key, was
+ 'expires'.
+ - Flaresolverr v3 beta doesn't have 'headers'??
+ - adapter_adultfanfictionorg: Fixes for site changes.
+ - Disable Cancel during metadata update ProgBar.
+ - adapter_chosentwofanficcom: Site has several links to each
+ story in a series page.
+ - Fixes for add_category/genre_when_multi_category settings.
+
-------------------------------------------------------------------
Tue Sep 20 12:26:39 UTC 2022 - Matej Cepl
diff --git a/python-fanficfare.spec b/python-fanficfare.spec
index c779669..c5eddc5 100644
--- a/python-fanficfare.spec
+++ b/python-fanficfare.spec
@@ -21,14 +21,13 @@
%define skip_python2 1
%{?!python_module:%define python_module() python-%{**} python3-%{**}}
Name: python-fanficfare
-Version: 4.16.0
+Version: 4.17.0
Release: 0
Summary: Tool for making eBooks from stories on fanfiction and other web sites
License: GPL-3.0-only
Group: Development/Languages/Python
URL: https://github.com/JimmXinu/FanFicFare
Source: https://github.com/JimmXinu/%{modname}/archive/v%{version}/%{modname}-%{version}.tar.gz
-# Source: %%{modname}-%%{version}.tar.gz
BuildRequires: %{python_module beautifulsoup4}
BuildRequires: %{python_module chardet}
BuildRequires: %{python_module cloudscraper}
@@ -93,6 +92,7 @@ dos2unix DESCRIPTION.rst README.md
%license LICENSE
%doc DESCRIPTION.rst README.md
%python_alternative %{_bindir}/%{modnamedown}
-%{python_sitelib}/*
+%{python_sitelib}/%{modname}-%{version}*-info
+%{python_sitelib}/%{modnamedown}
%changelog