FAQ

What is Fanzub?
Fanzub is a Usenet search engine for anime & Japanese media related newsgroups.
What is Usenet?
Usenet is a worldwide distributed Internet discussion system. Think of it as a network of forum servers, where if somebody posts a message to a newsgroup on one server it's automatically distributed to all other servers in the network. While Usenet was originally intended for text discussions, binary files now make up the bulk of Usenet traffic.
How do I download?
Fanzub does not host any downloads, only NZB files. To download you will need Usenet client capable of handling NZB files and access to a Usenet server. See the Usenet Guide for more information.
What are NZB files?
NZB files is a file format originally developed by the now invite-only website Newzbin.com. NZB files make it easier to find downloads on Usenet, and from the viewpoint of the downloader NZB files function much like torrent files do for BitTorrent.
What are PAR/PAR2 files?
Usenet wasn't designed for distributing large binary files. As such files need to be split up in many little parts. If any of these parts is missing, you would be unable to complete your download. This where PAR/PAR2 "parity" files come in - they work as magic glue that can fix broken or missing parts of your download as long as you have enough of them. A popular PAR/PAR2 utility for Windows is QuickPar.
What are RAR files?
It is generally not accepted to post huge files as one article on Usenet, so files are frequently split up using the file compression utility RAR. Note that for files that are already compressed (such as MKV/MP4/AVI) split files are generally a better option as not much is gained by RAR compression.
What are .001, .002, .003 (etc) files?
These files are called "split" files. They're simply evenly sized chunks of the original file. When you verify the download using PAR2 the files should be joined automatically. If not, see this site for file joining tools.
What is the parts percentage in each listing?
Each Usenet post is split up in countless parts. In the listing the completion ratio (parts found / parts total) is shown as a percentage. If the post is incomplete the percentage will displayed in red.
What is the number with a "d" at the end of the listing?
As terabytes of new binary files are posted to Usenet each day, it is not feasible for Usenet providers to keep posts indefinitely. For this reason Usenet providers will purge posts that are X days old. The number of days a Usenet provider keeps posts is called "retention". The number with at the end of each listing represents the age of the post in days, so that you can easily determine if the post may or may not be already gone from the Usenet server you use (see the website of your Usenet provider for retention information).
Can you please add (insert desired content here)?
Fanzub only indexes Usenet and has no control over its content.
Why can't I find certain posts?
The following kind of posts are not (yet) indexed or displayed:
  • Posts with only 1 file (most of these are spam)
  • Posts smaller than 1 megabyte (most of these are spam or discussion)
  • Posts that are less than 80% complete (PAR/PAR2 files usually cover less than 20%)
  • Posts that were recently found but are still incomplete (as they're probably still being uploaded)
A post is in the wrong category?
Posts are automatically put into categories based on the newsgroup they were posted in. See also next question.
Which newsgroups do the categories represent?
The categories represent the following newsgroups:
  • Anime
    • alt.binaries.anime
    • alt.binaries.multimedia.anime
    • alt.binaries.multimedia.anime.repost
    • alt.binaries.multimedia.anime.highspeed
  • Drama
    • alt.binaries.multimedia.japanese
    • alt.binaries.multimedia.japanese.repost
  • Music
    • alt.binaries.sounds.anime
    • alt.binaries.sounds.jpop
  • Raws
    • alt.binaries.multimedia.anime.raws
  • Hentai
    • alt.binaries.multimedia.erotica.anime
  • Hmanga
    • alt.binaries.pictures.erotica.anime
  • Games
    • alt.binaries.games.anime
  • DVD
    • alt.binaries.dvd.anime
    • alt.binaries.dvd.anime.repost
How can I browse recent posts?
Fanzub is intended to be used as a search engine. However to view the recent most 200 posts, simply click "Search" without typing anything.
Fanzub filters the subject line - how do I see the original subject?
Just hover your mouse over the link or click Details.
How often does Fanzub update its database?
New headers are downloaded from all indexed newsgroups every 5 minutes (from 4 different Usenet providers).
Can I do boolean searches?
Yes. Fanzub is using the "Extended" matching mode of Sphinx Search. See the Sphinx documentation for more information. Not all options mentioned on that page work, but the most important ones (like | as "or" operator and - for exclusions) should work. If you want to search specific fields you can use the following field names: @subject, @poster and @files. The "files" field contains a list of filetypes, such as also displayed in the "Files" list for each post.
How can I download multiple files as one NZB file?

Simply click on each row for each file you want to download and then click the "Get NZB" button on the bottom of the page. Selected files are indicated by an orange background color. To deselect, simply click the row again.

You can select a row of files by holding down the mouse button and dragging accross the files you want to select. This mechanism alternates between selecting and deselecting with each mouse up/down event, so try it again if nothing happens when trying to select files this way.

To select all files on a page double-click the list of files. To deselect all files simply double-click again. As this is the easiest way to select a long list of files it is easiest to use the double-click technique with a refined search query to download lots of files at once.

Is it possible for RSS feeds to return more than 50 items?
Yes, just add the max parameter to the URL, like this: fanzub.com/rss?cat=anime&max=200
Is there something like an API to retrieve infromation from the Fanzub database?

Yes, just replace the "rss" bit from the RSS URL with "export", like this: fanzub.com/export?cat=anime. The "export" feed accepts the same arguments as the RSS feed (including the max parameter). By default the "export" feed will return an JSON encoded array of posts. You can specify the format=serial parameter to have the feed return a PHP serialized array instead.

Some posts are ommitted from the list of posts by default because they're either considered spam or are presumed to be still being uploaded. In order to retrieve the whole list of detected posts (including those not visible on the site) add the filter=0 parameter. When you use this parameter the "category" field will be NULL for those posts that are not (yet) listed on the site. If a post is not listed because it is considered spam, the "hidden" flag will be set to true.