From b3ec1104e288fe1540fb31fb6f07102e23ab50ab Mon Sep 17 00:00:00 2001 From: molink36 <83688552+molink36@users.noreply.github.com> Date: Sun, 26 Sep 2021 13:45:09 +0200 Subject: [PATCH] tmdb, libgen and sci-hub are added (#637) * Create tmdb The Movie Database (TMDB) is a popular database for movies and TV shows. * Create libgen Library Genesis (Libgen) is a file-sharing based shadow library website for scholarly journal articles, academic and general-interest books, images, comics, audiobooks, and magazines. The site enables free access to content that is otherwise paywalled or not digitized elsewhere. * Create sci-hub Sci-Hub is a shadow library website that provides free access to millions of research papers and books by bypassing publishers' paywalls in various ways. * Update category-entertainment tmdb was added to this category. * Update geolocation-!cn sci-hub and libgen were added. --- data/category-entertainment | 1 + data/geolocation-!cn | 2 ++ data/libgen | 12 ++++++++++++ data/sci-hub | 9 +++++++++ data/tmdb | 2 ++ 5 files changed, 26 insertions(+) create mode 100644 data/libgen create mode 100644 data/sci-hub create mode 100644 data/tmdb diff --git a/data/category-entertainment b/data/category-entertainment index 03b78ff2..8db3c84f 100644 --- a/data/category-entertainment +++ b/data/category-entertainment @@ -29,6 +29,7 @@ include:soundcloud include:spotify include:tidal include:tiktok +include:tmdb include:tver include:twitch include:vimeo diff --git a/data/geolocation-!cn b/data/geolocation-!cn index 2c93353d..06245805 100644 --- a/data/geolocation-!cn +++ b/data/geolocation-!cn @@ -91,10 +91,12 @@ include:kaggle include:khanacademy include:knovel include:laracasts +include:libgen include:masterclass include:mzed include:oreilly include:pearson +include:sci-hub include:sitepoint include:skillshare include:ted diff --git a/data/libgen b/data/libgen new file mode 100644 index 00000000..44fcc2bd --- /dev/null +++ b/data/libgen @@ -0,0 +1,12 @@ +# Forum +libgen.life + +# Official site +libgen.fun + +# Unofficial sites (forked from the official site) +gen.lib.rus.ec +libgen.is +libgen.me +libgen.rs +libgen.st diff --git a/data/sci-hub b/data/sci-hub new file mode 100644 index 00000000..a5cb09fd --- /dev/null +++ b/data/sci-hub @@ -0,0 +1,9 @@ +# Official site +sci-hub.se + +# Mirrors from the official site +sci-hub.ee +sci-hub.it.nf +sci-hub.mksa.top +sci-hub.st +sci.hubg.org diff --git a/data/tmdb b/data/tmdb new file mode 100644 index 00000000..55a5ec40 --- /dev/null +++ b/data/tmdb @@ -0,0 +1,2 @@ +themoviedb.org +tmdb.org