The full dataset viewer is not available (click to read why). Only showing a preview of the rows.
The dataset generation failed
Error code: DatasetGenerationError Exception: CastError Message: Couldn't cast id: int64 uploader_id: int64 created_at: timestamp[ns, tz=UTC] md5: string source: string rating: string image_width: int64 image_height: int64 tag_string: string locked_tags: string fav_count: int64 file_ext: string parent_id: int64 change_seq: int64 approver_id: int64 file_size: int64 comment_count: int64 description: string duration: string updated_at: timestamp[ns, tz=UTC] is_deleted: string is_pending: string is_flagged: string score: int64 up_score: int64 down_score: int64 is_rating_locked: string is_status_locked: string is_note_locked: string to {'id': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'created_at': Value(dtype='timestamp[ns, tz=UTC]', id=None), 'updated_at': Value(dtype='timestamp[ns, tz=UTC]', id=None), 'creator_id': Value(dtype='int64', id=None), 'description': Value(dtype='string', id=None), 'is_active': Value(dtype='string', id=None), 'category': Value(dtype='string', id=None), 'post_ids': Value(dtype='string', id=None)} because column names don't match Traceback: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1492, in compute_config_parquet_and_info_response fill_builder_info(builder, hf_endpoint=hf_endpoint, hf_token=hf_token, validate=validate) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 702, in fill_builder_info num_examples_and_sizes: list[tuple[int, int]] = thread_map( File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/contrib/concurrent.py", line 69, in thread_map return _executor_map(ThreadPoolExecutor, fn, *iterables, **tqdm_kwargs) File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/contrib/concurrent.py", line 51, in _executor_map return list(tqdm_class(ex.map(fn, *iterables, chunksize=chunksize), **kwargs)) File "/src/services/worker/.venv/lib/python3.9/site-packages/tqdm/std.py", line 1169, in __iter__ for obj in iterable: File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 609, in result_iterator yield fs.pop().result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 446, in result return self.__get_result() File "/usr/local/lib/python3.9/concurrent/futures/_base.py", line 391, in __get_result raise self._exception File "/usr/local/lib/python3.9/concurrent/futures/thread.py", line 58, in run result = self.fn(*self.args, **self.kwargs) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 574, in retry_validate_get_num_examples_and_size validate(pf) File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 640, in validate raise TooBigRowGroupsError( worker.job_runners.config.parquet_and_info.TooBigRowGroupsError: Parquet file has too big row groups. First row group has 406810752 which exceeds the limit of 300000000 During handling of the above exception, another exception occurred: Traceback (most recent call last): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1995, in _prepare_split_single for _, table in generator: File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 797, in wrapped for item in generator(*args, **kwargs): File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 97, in _generate_tables yield f"{file_idx}_{batch_idx}", self._cast_table(pa_table) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/packaged_modules/parquet/parquet.py", line 75, in _cast_table pa_table = table_cast(pa_table, self.info.features.arrow_schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2302, in table_cast return cast_table_to_schema(table, schema) File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/table.py", line 2256, in cast_table_to_schema raise CastError( datasets.table.CastError: Couldn't cast id: int64 uploader_id: int64 created_at: timestamp[ns, tz=UTC] md5: string source: string rating: string image_width: int64 image_height: int64 tag_string: string locked_tags: string fav_count: int64 file_ext: string parent_id: int64 change_seq: int64 approver_id: int64 file_size: int64 comment_count: int64 description: string duration: string updated_at: timestamp[ns, tz=UTC] is_deleted: string is_pending: string is_flagged: string score: int64 up_score: int64 down_score: int64 is_rating_locked: string is_status_locked: string is_note_locked: string to {'id': Value(dtype='int64', id=None), 'name': Value(dtype='string', id=None), 'created_at': Value(dtype='timestamp[ns, tz=UTC]', id=None), 'updated_at': Value(dtype='timestamp[ns, tz=UTC]', id=None), 'creator_id': Value(dtype='int64', id=None), 'description': Value(dtype='string', id=None), 'is_active': Value(dtype='string', id=None), 'category': Value(dtype='string', id=None), 'post_ids': Value(dtype='string', id=None)} because column names don't match The above exception was the direct cause of the following exception: Traceback (most recent call last): File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1505, in compute_config_parquet_and_info_response parquet_operations, partial, estimated_dataset_info = stream_convert_to_parquet( File "/src/services/worker/src/worker/job_runners/config/parquet_and_info.py", line 1099, in stream_convert_to_parquet builder._prepare_split( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 1882, in _prepare_split for job_id, done, content in self._prepare_split_single( File "/src/services/worker/.venv/lib/python3.9/site-packages/datasets/builder.py", line 2038, in _prepare_split_single raise DatasetGenerationError("An error occurred while generating the dataset") from e datasets.exceptions.DatasetGenerationError: An error occurred while generating the dataset
Need help to make the dataset viewer work? Make sure to review how to configure the dataset viewer, and open a discussion for direct support.
id
int64 | name
string | created_at
unknown | updated_at
unknown | creator_id
int64 | description
string | is_active
string | category
string | post_ids
string |
---|---|---|---|---|---|---|---|---|
1 | Furry_Boys_by_Trump/Team_Shuffle | "2008-10-30T07:42:29.962000" | "2024-03-24T08:53:20.677000" | 7 | Furry Boys Comic | f | series | {3294,3295,3296,3297,3298,3299,3300,3303,3306,3304,3305,3307,3309,3308,3313,3312,3316,3314,3315,3321,3317,3319,3318,3320} |
3 | Love_Can_Be_Different | "2008-11-01T21:02:52.337000" | "2023-08-11T15:22:23.777000" | 2,149 | * Love Can Be Different 1
** [b]Original[/b]
** "Colored (Official)":/pool/show/51
** "Colored (Fan Colored)":/pool/show/602
* "Love Can Be Different 2":/pool/show/422
* "Love Can Be Different 3":/pool/show/15736 | f | series | {13745,8034,8035,8036,8037,8038,8039,8040,8041,8042,8043,8044,8045,8046,8126,8968,9201,9205,9238,9505,9555,9556,9727,10506,10430,10504,10505} |
8 | Kip's_Misadventures_on_his_way_to_College_:P | "2008-11-30T12:13:58.635000" | "2020-10-23T00:25:37.265000" | 2,871 | Created by Meesh | f | series | {21567,21568,21569,21826,21827,21828} |
10 | Leash_Training | "2008-12-11T19:26:43.406000" | "2020-10-23T00:26:01.200000" | 2,560 | leash training comic | f | series | {3351,3352,3353,3354,3355,3356,3357,3358,3359,3360,3361,3362,3363,3364,3365,3366} |
11 | Lovely_Pets_by_Chochi | "2008-12-11T20:03:19.579000" | "2023-04-22T07:01:52.204000" | 2,560 | Chapter 2 (in progress) is available to patrons at https://www.patreon.com/chochi.
h5. Lovely Pets:
* Complete
* "Chapter 1":/pools/21746
* "Chapter 2":/pools/10161 | t | series | {11976,11978,11977,11979,11980,49350,18657,18707,19413,19414,19420,20728,20730,20732,20735,49345,49346,49347,49348,28826,28827,28828,28829,35615,35616,1956681,40765,52792,52793,54412,55577,71482,75202,97980,98057,745506,1055363,1208976,1583469,1602257,1668391,1688353,1695804,1722969,1781364,1781365,1948991,2006839,2199019,2665793,2666933,2714120,2721808,2976419,3199032,4007176} |
12 | Dear_lovely_bitch_teacher | "2008-12-12T21:45:10.368000" | "2021-06-18T11:40:07.409000" | 2,560 | Dear lovely bitch teacher | f | series | {16691,16692,16693,16694,16695,22298,16696,16697,16698,16699,16700,16701,16702,16703,16704,16705,18811} |
13 | Doity_Rats | "2008-12-18T15:52:36.662000" | "2020-10-23T01:08:05.960000" | 2,124 | Comic by [[Fred Perry]] | f | series | {} |
14 | Ogre_Extermination | "2008-12-18T16:02:22.272000" | "2020-10-23T00:29:43.557000" | 2,124 | Comic by [[Po-Ju]] | f | series | {14820,14821,14822,14823,8375} |
15 | CuteYiff_vol.1 | "2008-12-22T03:59:55.134000" | "2020-10-23T00:21:32.941000" | 3,289 | LuneCheetah's first set of cub images. | f | series | {23593,23577,23607,23570,23564,23605,23603,23579,23556,23590,23599,23560,23558,23562,23554,23568,23573,23601,23597,23566,23591,23595,23581,23572,23587,23575,23585,23583} |
16 | VGCats_=_New_Experience...._Points | "2008-12-22T15:47:02.048000" | "2020-10-23T00:20:13.299000" | 2,124 | A comic by [[monkeyxflash]] (MX). | f | series | {23678,23802,23689,23803,23710} |
18 | CuteYiff_vol.2 | "2008-12-23T01:59:15.833000" | "2015-05-06T20:08:42.928000" | 3,289 | LuneCheetah's second set of cub images. | f | series | {23977,23968,23976,23979,23965,23975,23974,23969,23961,23970,23972,23963,23962,23964,23960,23967,23973,23971,23966} |
19 | Nekowife | "2008-12-23T17:39:47.538000" | "2015-05-06T20:08:46.720000" | 2,124 | f | series | {51305,19436,19438,19437,51306,51307,51308,19439,51309,51297,51298,51299,51300,51301,51302,51303,51304,51310,51311,356230,51312} |
|
20 | Asterisukusuku | "2008-12-24T08:05:38.333000" | "2013-05-14T22:23:18.647000" | 2,124 | Comic about rape and impregnation of female human by humanoid lizards. Part of the ruku-pusyu series. | f | series | {24089,24090,24091,24092,24093,24094,24095,24096,24097,24098,24099,24100,24101,24102,24103,24104} |
22 | Squeek_-_Experimental_Mouse_#4 | "2008-12-24T13:51:21.535000" | "2016-01-26T14:45:38.457000" | 2,124 | A comix by [[RZX]]. | f | series | {3572,3573,3574,3575,3576,3577,3578,3579,3580,3581,3582} |
26 | Aquadramon_gets_punished | "2008-12-27T21:15:20.985000" | "2015-05-06T20:09:10.527000" | 2,124 | Comic by [[AmberDragon]]. | f | series | {24408,24410,24409,24411,24412} |
27 | Twincest!__Beginnings | "2008-12-28T05:54:23.879000" | "2019-01-27T08:10:15.395000" | 2,149 | An unfinished comic by [[nikora_angeli|Nikora Angeli]] about [[skunk]] siblings [[Devon]] and [[Keri]] beginning an [[incest|incestuous]] relationship. Although Nikora has stated that she will never finish the comic, she has given her blessing to [[Spix]] to remake and finish the comic, under the name:
"Twincest: Beginnings Revisited":https://e621.net/pool/show/1000
| f | series | {24430,24340,24431,24432,24433,24434,24435,24436,25296,25297,25298,25299,25301,25302,25303} |
28 | Rough_Riders | "2008-12-28T16:39:24.289000" | "2015-05-06T20:09:15.833000" | 3,020 | This Pool is for Meesh's comic Rough Riders. | f | series | {12930,12931,12932,12933,12934,12935,12936,7934,8504,10544,12740,12806,12937,12939,12938,12940,12941,12942,12943,16308,24470,24471} |
29 | Dr_Comet_-_Kemono_Island_CD_1 | "2008-12-29T06:27:09.199000" | "2015-05-02T05:23:17.024000" | 3,289 | f | series | {24578,24579,24580,24581,24582,24583,24584,24585,24586,24587,24588,24589,24590,24591,24592,24593,24594,24595,24596,24597,24598,24599,24600,24601,24602,24603,24604,24605,24606,24607,24608,24609,24610,24611,24612,24613,24614,24615,24616,24617,24618,24619,24620,24621,24622,24623,24624,24625,24626} |
|
30 | Dr_Comet_-_Kemono_Island_CD_2 | "2008-12-29T10:22:20.109000" | "2016-09-14T16:56:13.334000" | 3,289 | f | series | {24627,24628,24629,24631,24632,24633,24634,24885,24889,25532,6795,6796,6798,6799,6800,6802,6806,6805,788558,788567} |
|
31 | Dragon's_humiliation | "2008-12-31T05:41:39.977000" | "2015-05-06T20:09:20.350000" | 2,124 | f | series | {24789,24788,24787} |
|
32 | Cow_and_the_red_guy | "2009-01-02T22:13:02.724000" | "2015-05-06T20:09:30.647000" | 2,124 | by [[utilizator]] | f | series | {25107,25108,25109,25214,25215} |
33 | Segremores's_Fetish_Bible | "2009-01-04T15:06:35.095000" | "2013-03-23T03:08:02.070000" | 3,194 | Segremores's Fetish Bible
http://www.furaffinity.net/user/segremores/ | f | series | {103759,103760,103761,4215,103762,4926,103764,10446,10447,10448,41493,25267,103766,103767} |
34 | To_Live_and_Let_Di | "2009-01-04T22:57:17.868000" | "2015-05-06T20:09:35.491000" | 2,124 | f | series | {13918,13919,13920,13921,13922,13923,13924,13925,13926,13927,13928,13929,13930,13931,13932,13933,13934,13935} |
|
35 | Renamon_Fantasy_-_Self_Indulgence | "2009-01-14T09:16:28.375000" | "2015-05-06T20:09:39.012000" | 2,124 | A comic by [[Sawblade]]. | f | series | {25861,28865,25862,25863,25864,25865,25866,25867,25868,25869,25870,23489} |
36 | Skunkworks:_"Caught_in_the_Camera's_Eye" | "2009-01-14T21:07:02.633000" | "2015-05-06T20:09:42.505000" | 3,393 | A 1996 series by James M. Hardiman depicting the Skunkettes having a little fun with Jim's camera. | f | series | {25896,25893,25891,25889} |
37 | γ΅γγγ―γͺγγγ | "2009-01-14T21:42:40.850000" | "2015-05-06T20:09:48.877000" | 3,289 | A set of images I found on Pixiv, they are drawn by an artist named Furry, yes, really.
You can find his profile here: http://www.pixiv.net/member.php?id=376555 | f | series | {25892,25895,25897,25898,25899,25903,25901,25890,25902} |
38 | Furry_101 | "2009-01-16T13:17:00.204000" | "2013-03-23T03:21:54.588000" | 3,194 | Social tips and commentary by Cuprohastes.
http://furry101.com/
http://www.furaffinity.net/user/cuprohastes/ | f | series | {26011,26012,26013,26014,26016,26017,26018,26019,26020,26021,26022,26023} |
40 | γγ«γͺγγγΏγΌ | "2009-01-20T01:20:47.681000" | "2015-05-06T20:09:55.145000" | 3,289 | A furry CG collection, no idea about anything else, my Jap skills only get me as much a third of the title :'( | f | series | {26197,26198,26199,26200,26201,26202,26203,26204,26205,26206,26207,26208,26209,26210,26211,26212,26213,26220,26221,26222,26223,26224} |
41 | Furry_Problems | "2009-01-21T22:59:31.918000" | "2019-07-05T23:33:41.001000" | 902 | The "Furry_Problems" series by Eric Schwartz.
Colored and updated in pool #14415
| f | series | {26270,26271,26272,26273,26274,26275,26276,17082,26278,26279,51028,26280,26281,26282,26283} |
42 | Hyperspace_worms | "2009-01-28T05:38:39.853000" | "2015-05-06T20:10:18.191000" | 2,124 | by [[Pornthulhu]], 2007 | f | series | {26492,18029,26493,26494,26495} |
43 | Tail_sex | "2009-01-31T03:17:26.157000" | "2015-05-06T20:10:21.755000" | 2,124 | by [[Hiroi Kairu]] | f | series | {26633,26632,26631,26630,26629,26628} |
44 | Little_Redhood | "2009-02-04T22:19:53.069000" | "2015-05-06T20:10:25.924000" | 2,560 | Little Redhood comic | f | series | {26705,26706,26707,26708,26709,26710,26719,26772} |
45 | I_met_her_at_Luckys'_bar... | "2009-02-06T15:39:42.774000" | "2020-04-19T07:19:03.707000" | 2,354 | Art by: Ayame Emaya
I wasn't sure how to name that pool. I hope that title is ok. | f | series | {22193,22196,22194,22195,22197,22198,22199,22200,22201,22202,22204,22206} |
46 | Erika_gets_naked | "2009-02-06T18:05:48.522000" | "2013-03-22T20:01:55.724000" | 2,354 | Art by Meesh | f | series | {2814,2824,4268} |
47 | Erikas_birthday_present | "2009-02-06T18:12:22.606000" | "2013-03-22T20:01:24.344000" | 2,354 | Art by Meesh | f | series | {1114,1116,1115,1117,1118} |
50 | Samson_the_snake | "2009-02-17T15:29:46.416000" | "2022-08-01T17:28:24.744000" | 3,386 | this is the Carnivore Cafe snake vore | f | series | {7902,7903,7904,7905,7906,7907,7908,7909,7911,7910,7912,7913,7914,7915} |
51 | Love_Can_Be_Different_[Colored] | "2009-02-19T16:37:16.132000" | "2023-08-11T15:24:38.020000" | 2,354 | * Love Can Be Different 1
** "Original":/pool/show/3
** [b]Colored (Official)[/b]
** "Colored (Fan Colored)":/pool/show/602
* "Love Can Be Different 2":/pool/show/422
* "Love Can Be Different 3":/pool/show/15736 | f | series | {13745,22741,22742,22743,22744,22745,22746,22747,22748,22749,22750,22751,22752,22753,22754,22755,22756,22945,22946,23073,23074,23077,23079,23080,23081,23082,23083} |
55 | HOT-juice | "2009-03-07T16:45:50.329000" | "2015-10-07T02:01:55.959000" | 2,124 | f | series | {28077,28080,28081,28083,28085,28086,28087,28088,28089,28090,28091,28092,28093,28094,28095,28096,28097,28098,28099,28100,28079} |
|
56 | Jimmy_the_Frog | "2009-03-14T19:30:23.044000" | "2017-12-08T06:38:12.870000" | 3,386 | f | series | {798143,798146,7893,7894,7891,7895,7896,7897,7898,798151,7899,7900,7892} |
|
57 | Kathryn | "2009-03-18T17:59:58.316000" | "2015-05-06T20:10:45.084000" | 2,560 | Comic by Furgeta | f | series | {28133,28134,28135,28136,28137,28138,28139,28140,28141,28142,28143,28144,28028,28145,28146,157791,157792,157793,157794,351026} |
59 | Roommates_Arc_1 | "2009-04-12T16:30:23.200000" | "2021-03-04T19:18:17.573000" | 2,263 | Roommates Comic Arc 1 by Spelunker_Sal and Dreamous
Roomates Full Series: pool #9812
Arc 1: Pages 01-23: pool #59
Arc 2: Pages 24-34: pool #69
Arc 3: Pages 35-73: pool #752
Arc 4: Pages 74-??: pool #12930
| f | series | {1269754,549057,549058,549059,549060,549061,549062,549063,549064,549066,549067,549068,549069,549070,549071,549073,549074,549075,549076,549077,549079,549080,549081,549083} |
61 | Familyfun | "2009-04-14T17:28:42.260000" | "2015-05-06T20:11:09.148000" | 2,354 | by Strider Orion | f | series | {18655,18730,18731,18732,18733,18734} |
62 | The_Valbadorisians | "2009-05-02T22:07:55.088000" | "2017-05-09T07:16:06.262000" | 5,354 | furry human comic | f | series | {16709,16711,16712,16713,16714,16715,16716,16717,16719,16718,16720,16721,16722,16723,16724,16725,16726,16727,49067} |
63 | Food_for_Thought | "2009-05-13T13:12:42.743000" | "2015-05-06T20:11:19.548000" | 2,594 | Joe Randel's Food for Thought.
Starring: Jo. | f | series | {31139,31140,31141,31142,31143,31144,31145,31146} |
64 | Fur | "2009-05-15T17:06:02.372000" | "2015-03-25T01:46:50.701000" | 4,505 | Incest alert! If you don't like incest leave this pool. It's pretty much just a brother and sister walking somewhere, the brother gets "excited" and jumps right into sex.
"English Version":/pool/show/2922 | f | series | {31523,31524,31525,31526,31527,31528,31529,31530,31531,31532} |
65 | Road_Rovers_-_Bitch's_Lessons | "2009-06-11T05:25:05.983000" | "2015-05-06T20:11:24.977000" | 2,124 | by BBMBBF/Palcomix | f | series | {33393,33394,33395,33396,33397,33398,33399,33400,33401,33402,33403} |
66 | The_Ups_and_Downs_of_Anthropomorphic_Relationships:_Part_1 | "2009-06-15T15:05:32.087000" | "2020-08-07T22:50:11.258000" | 46 | Comic series from 1997 by James M Hardiman.
* Part 1
* "Part 2":/pools/637
* "Part 3":/pools/638 | f | series | {33701,33702,33703,33704,102658,26582,102659,102660,102459} |
69 | Roommates_Arc_2 | "2009-06-16T07:02:10.473000" | "2021-12-16T23:14:13.903000" | 2,263 | Roommates Comic Arc 2 by Spelunker_Sal and Dreamous
Roomates Full Series: pool #9812
Arc 1: Pages 01-23: pool #59
Arc 2: Pages 24-34: pool #69
Arc 3: Pages 35-73: pool #752
Arc 4: Pages 74-??: pool #12930 | f | series | {1269754,33802,36125,39578,42253,46615,56960,96618,124666,124667,124668,124669} |
70 | Sweat_and_Sex | "2009-06-17T03:26:37.692000" | "2015-05-06T20:11:32.278000" | 2,263 | Comic collab by falconmccooper and reptilecynrik. | f | series | {33841,33842,33843,33844,33845,33846,33847,33848,33849,33850,33851,33852,33853,33854,33855,33856,33857} |
71 | That_Night | "2009-06-21T20:05:02.549000" | "2013-03-23T02:48:59.668000" | 4,668 | Comic by kampaisuchi
http://www.furaffinity.net/user/kampaisuchi/ | f | series | {34166,34167,34168,34169,34170,34171,34172,34173} |
72 | Here_There_Be_Dragons_-_Part_1 | "2009-06-22T14:07:38.324000" | "2020-08-09T03:48:49.675000" | 2,263 | Comic by {{Karno}}, commission and characters by "euro_salamander":https://www.furaffinity.net/user/eurosalamander/.
* Part 1
* "Part 2":/pools/773
* "Part 3":/pools/2516
* "Part 4":/pools/14348 | f | series | {34202,34203,34204,34205,34206,34207,34208,35285,41743,43429,47497,49332,55533,62958,64299,75314,79272,84042,88725,104899,105013} |
73 | The_Quiet | "2009-07-03T19:04:37.607000" | "2019-09-09T16:37:36.863000" | 46 | 3-page comic by Chris Goodwin (Eselkunst) | f | series | {27002,27003,27004} |
74 | Danae_spitroast | "2009-07-05T08:31:06.949000" | "2013-03-22T20:02:31.361000" | 46 | POV series featuring Danae (Daena) from Legend of Mana. Order's a bit uncertain, and I've no idea whether it's complete or what the real name is. Do edit, and leave active. | f | series | {35095,35096,7767,35097,35098,7768} |
75 | RL_photos:_kemonomimi,_'mitten'_catgirls,_animal_ears | "2009-07-05T12:23:16.984000" | "2023-03-11T05:21:18.286000" | 46 | Photos of human models wearing incomplete fursuits: fur bikinis, posing pouches and fake ears, that sort of thing. Male or female, it's all good, but full-on complete fursuits should probably go elsewhere. | f | series | {35065,35064,35063,35023,35020,35021,35024,34645,32743,10109,10217,10205,10181,10085,35047,35046,35042,16210,14001,10497,8152,8102,6885,32876,32875,18299,18038,8484,35318,36613,36612,45595,42895,39772,36678,36677,36505,36503,36499,36498,36496,39766,39763,36997,36688,36685,36682,36680,36679,36981,36512,39760,36762,36761,36760,36759,36758,36653,36817,36815,36697,36990,36989,36819,36818,36986,36982,36918,36927,36926,36925,36881,36880,40453,38639,38634,38636,38191,41030,45332,45331,45330,45329,45328,45327,45326,45325,45356,45355,45354,45353,45352,45351,45350,45349,51522,16679,100921,100772,87369,87285,87252,49778,49215,49216,42894,39759,39756,36993,36999,36988,87203,87406,87828,349276} |
77 | Inca_Courier | "2009-07-08T10:24:15.545000" | "2015-05-06T20:11:48.406000" | 2,263 | f | series | {35370,35371,35372,35373,35374,35375,35376} |
|
79 | Modelling_Job_by_Pusspuss | "2009-07-21T02:01:47.683000" | "2014-03-03T01:21:54.313000" | 3,705 | Coloured version by Vixx: https://e621.net/pool/show/3776 | f | series | {34525,34526,34527,34528,34530,34531,34532} |
80 | A_Worthy_Encounter | "2009-07-22T16:50:16.376000" | "2014-02-23T00:54:12.822000" | 6,282 | f | series | {29771,30569,31058,31210,31471,32089,32615,33509,33510} |
|
81 | Ivan_&_Tas_[ARCC] | "2009-07-22T20:01:03.824000" | "2017-10-05T09:29:59.592000" | 6,201 | Bunny brothers Ivan (eldest) & Tas (youngest) drawn by Arcc | f | series | {37335,37336,37337,37338,37339,37340,919079,37334} |
82 | My_Pinups_(A_Sheila_Vixen_portfolio) | "2009-07-22T20:19:42.731000" | "2015-05-06T20:13:34.576000" | 6,201 | A comic by Eric W. Schwartz | f | series | {37344,37345,37346,37347,37348,37349,37350,37351,37352,37353,37354} |
83 | Critical_Condition | "2009-07-22T20:33:21.225000" | "2013-03-19T20:17:49.498000" | 6,201 | Another comic by Eric W. Schwartz. | f | series | {37355,37356,37357,37358,37359,37360,37427,37361} |
84 | Hunting_Day | "2009-07-23T07:56:45.579000" | "2019-11-22T09:47:51.653000" | 2,263 | The Hunting Day comic by Xpray | f | series | {37401,37402,37403,37404,37405,37406,37407,37455,37722,37922,38019,38067,38489,38909,38913,39577,39358,39560,39561,158465} |
86 | Adam_Wan:_Lapping_The_Competition | "2009-07-27T20:54:56.978000" | "2014-11-28T23:24:37.178000" | 4,259 | f | series | {19233,19234,19235,19236,19237,19238,19239,19240,19241,19242,19243} |
|
87 | ame_manga | "2009-07-29T19:10:41.506000" | "2015-05-06T20:13:56.157000" | 3,552 | This pool was automatically generated | f | series | {38068,38069,38070,38072,38073,38074,38075,38076,38078,38079,38080,38081,38083,38085,38087,38088,38089,38091,38093,38095} |
88 | Sleep_Tight_(deleted) | "2009-08-02T13:57:30.856000" | "2023-12-18T10:04:40.873000" | 966 | Sleep Tight, a comic by Gunmouth, published by Cubstripes. | f | series | {38297,38298,38299,38300,38301,38302,38303,38304,38305,74250,74251,74254,74256,74257,74258,74255} |
89 | Sparring_Partners | "2009-08-11T13:45:18.661000" | "2015-05-06T20:14:21.478000" | 3,289 | f | series | {39511,39525,39526,39527,39528,39529,605965} |
|
90 | One_Vaccine_By:_Momiji_Yu-Ga | "2009-08-18T06:00:49.509000" | "2015-05-06T20:18:03.765000" | 6,624 | By: Momiji Yu-Ga | f | series | {40555,40557,40559,40561,40562,40563,40565,40302,40566,40568,40570,40571} |
91 | Squirm_series | "2009-08-19T09:41:57.393000" | "2015-05-06T20:18:10.234000" | 6,241 | By Foxxian | f | series | {40727,40728,40729,40730,40731,40732,40733,40734,40735} |
92 | Just_Business | "2009-08-21T06:47:01.770000" | "2015-05-06T20:18:19.066000" | 2,263 | "Just Business" comic by Dossun | f | series | {40819,40820,40821,40822,40823,40824,40825,40826,40827,40828} |
93 | Nursing_101 | "2009-08-21T10:19:11.750000" | "2015-05-06T20:18:22.629000" | 6,241 | By Arlon3. | f | series | {40830,40831,25823,40832,40833} |
94 | Klonoa_Mah-jong_Game_CGs | "2009-08-25T05:34:19.865000" | "2015-05-06T20:18:25.990000" | 6,241 | By Shaolin Bones | f | series | {28707,28708,32932,32933,35651,28726,28727,28724,28725,41224,41223} |
96 | Book_of_the_Beast_#4 | "2009-08-28T15:19:20.243000" | "2015-03-03T23:44:20.905000" | 7,126 | * [[Book of the Beast]]
** Issue #4 | f | series | {3125,3126,3127,3128,3129,3130,3131,3132,3133,3134,3135,3136,3137,3139,3138,3140,3141,3142,3143,3144,3145,3146,3147,3148,3149,3150,3151,3152,3153,3154,3155,3156,3157} |
97 | dk_luis_comic | "2009-08-31T19:42:41.420000" | "2015-05-06T20:18:31.950000" | 2,560 | dk luis un-named comic | f | series | {40599,40600,40601,40602,40603,40604,40605,40606,40607,40608,40609,40610,40611,40612,40613,40614,40615,40617,40618,40619,40620,40621} |
99 | Exploring_the_Depths_-_by_Syrinoth | "2009-09-04T02:16:11.648000" | "2014-02-02T22:13:26.751000" | 5,640 | Size-difference unbirthing comic featuring a shark and seadragon by Syrinoth. | f | series | {41936,41937,41938,41939,41940,41941} |
100 | Hut_Plowing | "2009-09-10T03:31:21.070000" | "2021-10-09T11:41:02.598000" | 2,263 | Hut Plowing comic by Furronika | f | series | {1025649,1025652,1025656,1025661,59167,797676} |
101 | NeNeKo_Type_3 | "2009-09-10T10:58:30.976000" | "2019-12-08T04:57:21.557000" | 6,241 | f | series | {2077705,36216,36217,2077707,36213,36219,36220,25570,25571,25572,36222,36223,36224,36225,36226,36227,36228,36229,8940,5632} |
|
102 | Lucario_Auragasm_Series | "2009-09-16T14:07:37.960000" | "2015-05-06T20:18:47.227000" | 6,241 | By Dark Nek0gami. | f | series | {38320,34255,20946,39420,20994,39421,39422,20905} |
103 | Krystal_recolours | "2009-09-19T19:04:27.322000" | "2019-07-20T22:19:00.364000" | 46 | Or "recolors". Versions of that blue vixen redone in in not-blue. | t | series | {1043,43236,2581,47413,47415,47414,47417,47416,75260,84000,98522,1039,102545,79985,2831,1040,25953,1041,43347,26471,31116,200614} |
104 | GC_Squished_-_by_Nek0gami | "2009-09-20T05:33:05.425000" | "2013-03-22T20:03:40.300000" | 8,027 | f | series | {40768,43421} |
|
106 | Kitten_x_Police_Dog | "2009-09-23T12:03:43.600000" | "2015-05-06T20:19:16.336000" | 6,241 | By 68. | f | series | {38485,38486,38487,38478,40723} |
107 | Blaziken_and_Trainer | "2009-09-23T15:01:53.020000" | "2023-06-11T03:48:07.825000" | 5,645 | t | series | {37965,5933,12562,12563,32523,32316,33233,43860,50680} |
|
108 | Lucario_&_Garchomp_Inflation_by_drgnalexia | "2009-09-24T23:46:32.090000" | "2021-11-01T16:52:46.860000" | 2,141 | An inflation sequence by drgnalexia. ( http://www.furaffinity.net/user/drgnalexia/ ) | f | series | {43864,40309,43902,43971,43972,43973,43974,85087,85088,85089,85090,226343,226344,226345,226346,285125,285126,782576} |
113 | Anticlimax | "2009-10-02T12:27:44.369000" | "2024-02-23T04:20:19.180000" | 8,391 | f | series | {44747,44748,44749,44750} |
|
114 | Around_The_Bend_-_Miles_DF | "2009-10-03T03:11:40.599000" | "2015-05-21T19:12:42.129000" | 8,108 | f | series | {44796,44797,44798,44799,44801,44802,44803,44015,44016,44017,44018,44019,44804,44805,44806,44807,44808,44809,44810,44811,44812,44813,44814} |
|
116 | Unlikely_Couple | "2009-10-03T07:16:35.783000" | "2016-11-26T20:46:24.322000" | 8,391 | f | series | {44779,44780,44781,44782,44819,44820,44821,44822,44823,44824,44825,44826} |
|
117 | Cat_Face_by_Weebl's_Stuff | "2009-10-03T17:22:21.541000" | "2023-01-07T09:30:47.276000" | 2,263 | ("Cat Face: The Flash Animated Series (Full Playlist)":https://www.youtube.com/playlist?list=PL2FB19AC500D06A6C) | f | series | {44865,44866,44867,44868,44869,45884,45885,45887,92974,92983,92987,92991,92993,96451,96452,96456,96553,96554,134710,134711,134716,134718,134719} |
118 | Horo_Spice | "2009-10-06T10:32:17.997000" | "2017-09-01T22:42:23.253000" | 3,395 | f | series | {45325,45326,45327,45328,45329,45330,45331,45332,144274,349276} |
|
120 | Neko_Sun | "2009-10-06T12:50:07.483000" | "2013-03-22T20:03:49.250000" | 3,395 | f | series | {45356,45349,45350,45351,45352,45353,45354,45355} |
|
124 | paws_of_fury:_new_dawn__by_pawsman | "2009-10-08T22:17:47.393000" | "2015-05-21T19:12:48.174000" | 8,391 | f | series | {45845,45846,45847,45848} |
|
125 | Storybook_Romance | "2009-10-09T14:07:01.883000" | "2013-03-22T20:03:57.833000" | 3,395 | f | series | {45966,45967,45968,45969,45970,45971} |
|
126 | Pencil_Test | "2009-10-11T22:15:41.039000" | "2015-05-21T19:12:54.217000" | 8,391 | f | series | {46280,46281,46282,46283,46285,46287,46288,46289,46290,46291,46292,46293,46294,46295} |
|
127 | How_I_met_your_Mother | "2009-10-12T23:46:06.092000" | "2015-05-21T19:13:00.048000" | 8,391 | f | series | {46437,46438,46439,46440,46441,46442,46443,46444} |
|
128 | Beach_Rivalry | "2009-10-14T13:38:17.572000" | "2015-05-21T19:13:05.693000" | 8,391 | f | series | {46708,46695,46696,46697,46698,46699,46700,46701,46702,46703,46704,46705,46706} |
|
130 | Kitwulfen_series | "2009-10-15T13:30:31.501000" | "2015-05-21T19:13:11.666000" | 6,241 | By abluedeer. | f | series | {46803,46806,46809,46811,46813,46815,46800,46799,46819,46793} |
132 | Private_Bath_by_FafnirKristensen | "2009-10-21T14:20:54.916000" | "2015-05-21T19:13:22.481000" | 8,704 | f | series | {47399,47398,47397,44162,47396,47395,47394} |
|
133 | sum_chaos | "2009-10-22T09:21:27.111000" | "2015-05-21T19:13:17.250000" | 8,391 | f | series | {47504,47505,47506,47507,47508} |
|
134 | Mouse_Girl_by_Equidna | "2009-10-23T08:40:19.083000" | "2015-05-21T19:13:29.252000" | 8,704 | Comic by J.H.Aceituno (Equidna)
| f | series | {47555,47554,47553,47552,47551,47550,47549} |
138 | Rirurira | "2009-10-30T12:10:00.111000" | "2015-05-21T22:33:24.147000" | 3,289 | A Magipoka doujinshi created by Shimanto Seiryuu | f | series | {8711,48319,48321,48322,48323,48324,48325,48326,48327,48328,48329,48330,48331,48332,48333,48334,48336,48337,48338,48339,48340,48341,48342,48343,48344,48345,48347,48348,48349,48350,48351,48352,48353,48354,48355,48356,48357,48358} |
139 | Mrs._Bull | "2009-10-30T14:42:23.887000" | "2017-07-05T08:13:48.940000" | 4,931 | Squeek and Mrs. Bull have some fun. | f | series | {12700,12701,12702,12703,12704,12705,12706,12707,12708,12710,1267082,12709,12711} |
140 | Tails_and_Mom | "2009-10-31T07:28:55.003000" | "2015-05-21T19:13:44.680000" | 3,289 | f | series | {48459,48460,48461,48462,48463,42891,48464} |
|
141 | Central_and_Jack | "2009-10-31T13:48:16.173000" | "2015-05-21T19:14:17.094000" | 8,391 | f | series | {48473,48474,48476,48477,48478,48479,48480,48481,48483,48484,48485,48486,48487,48488,48489,48490,48492,48493,48494,48495,48496,48497,48498,48499,48500,48501,48502,48503,48504} |
End of preview.