Upload folder using huggingface_hub
Browse filesThis view is limited to 50 files because it contains too many changes.
See raw diff
- README.md +86 -0
- archive_index.jsonl.zst +3 -0
- img/rule34lol_0000.zip +3 -0
- img/rule34lol_0001.zip +3 -0
- img/rule34lol_0002.zip +3 -0
- img/rule34lol_0003.zip +3 -0
- img/rule34lol_0004.zip +3 -0
- img/rule34lol_0005.zip +3 -0
- img/rule34lol_0006.zip +3 -0
- img/rule34lol_0007.zip +3 -0
- img/rule34lol_0008.zip +3 -0
- img/rule34lol_0009.zip +3 -0
- img/rule34lol_0010.zip +3 -0
- img/rule34lol_0011.zip +3 -0
- img/rule34lol_0012.zip +3 -0
- img/rule34lol_0013.zip +3 -0
- img/rule34lol_0014.zip +3 -0
- img/rule34lol_0015.zip +3 -0
- img/rule34lol_0016.zip +3 -0
- img/rule34lol_0017.zip +3 -0
- img/rule34lol_0018.zip +3 -0
- img/rule34lol_0019.zip +3 -0
- img/rule34lol_0020.zip +3 -0
- img/rule34lol_0021.zip +3 -0
- img/rule34lol_0022.zip +3 -0
- img/rule34lol_0023.zip +3 -0
- img/rule34lol_0024.zip +3 -0
- img/rule34lol_0025.zip +3 -0
- img/rule34lol_0026.zip +3 -0
- img/rule34lol_0027.zip +3 -0
- img/rule34lol_0028.zip +3 -0
- img/rule34lol_0029.zip +3 -0
- img/rule34lol_0030.zip +3 -0
- img/rule34lol_0031.zip +3 -0
- img/rule34lol_0032.zip +3 -0
- img/rule34lol_0033.zip +3 -0
- img/rule34lol_0034.zip +3 -0
- img/rule34lol_0035.zip +3 -0
- img/rule34lol_0036.zip +3 -0
- img/rule34lol_0037.zip +3 -0
- img/rule34lol_0038.zip +3 -0
- img/rule34lol_0039.zip +3 -0
- img/rule34lol_0040.zip +3 -0
- img/rule34lol_0041.zip +3 -0
- img/rule34lol_0042.zip +3 -0
- img/rule34lol_0043.zip +3 -0
- img/rule34lol_0044.zip +3 -0
- img/rule34lol_0045.zip +3 -0
- img/rule34lol_0046.zip +3 -0
- img/rule34lol_0047.zip +3 -0
README.md
ADDED
@@ -0,0 +1,86 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
annotations_creators:
|
3 |
+
- found
|
4 |
+
language:
|
5 |
+
- en
|
6 |
+
license:
|
7 |
+
- cc0-1.0
|
8 |
+
multilinguality:
|
9 |
+
- monolingual
|
10 |
+
pretty_name: rule34lol-images
|
11 |
+
size_categories:
|
12 |
+
- 100K<n<1M
|
13 |
+
task_categories:
|
14 |
+
- image-classification
|
15 |
+
- text-to-image
|
16 |
+
tags:
|
17 |
+
- not-for-all-audiences
|
18 |
+
- anime
|
19 |
+
- art
|
20 |
+
- rule34
|
21 |
+
- image
|
22 |
+
---
|
23 |
+
|
24 |
+
# Dataset Card for rule34lol-images-part1
|
25 |
+
|
26 |
+
### Dataset Summary
|
27 |
+
|
28 |
+
This dataset contains information about image files from rule34.lol, a booru-style imageboard. The dataset includes metadata for 196,000 image files, including URLs, tags, file information, and like counts. The actual image files are stored in zip archives, with each archive containing 1000 image files. This is Part 1 of 2 for the complete rule34lol-images dataset. Part 2 can be found [here](https://huggingface.co/datasets/nyuuzyou/rule34lol-images-part2).
|
29 |
+
|
30 |
+
### Languages
|
31 |
+
|
32 |
+
The dataset metadata is in English.
|
33 |
+
|
34 |
+
## Dataset Structure
|
35 |
+
|
36 |
+
### Data Fields
|
37 |
+
|
38 |
+
This dataset includes the following fields for each image file, stored in the `rule34lol-images.jsonl` file:
|
39 |
+
|
40 |
+
- `url`: URL of the post on rule34.lol (string)
|
41 |
+
- `image_url`: Direct URL to the image file (string)
|
42 |
+
- `filepath`: Local filepath of the image within the dataset (string)
|
43 |
+
- `tags`: List of tags associated with the image (list of strings)
|
44 |
+
|
45 |
+
Each line in the `rule34lol-images.jsonl` file represents a single image entry in JSON format.
|
46 |
+
|
47 |
+
### Data Splits
|
48 |
+
|
49 |
+
All examples are in a single split.
|
50 |
+
|
51 |
+
## Additional Information
|
52 |
+
|
53 |
+
### Dataset Collection
|
54 |
+
|
55 |
+
The dataset contains information about 196,000 image files available on rule34.lol. The image files are stored in 196 zip archives inside the `img` directory, with each archive containing 1000 image files.
|
56 |
+
|
57 |
+
### Archive Index
|
58 |
+
|
59 |
+
To facilitate finding specific image files within the archives, an `archive_index.jsonl` file is provided. This file contains entries mapping archive names to the list of image files contained within each archive. For example:
|
60 |
+
|
61 |
+
```json
|
62 |
+
{
|
63 |
+
"archive_name": "rule34lol_0033.zip",
|
64 |
+
"files": ["img/2003744.pic.jpg", "img/2003745.pic.jpg", "img/2003746.pic.jpg", ...]
|
65 |
+
}
|
66 |
+
```
|
67 |
+
|
68 |
+
Users can use this index to quickly locate the archive containing a specific image file.
|
69 |
+
|
70 |
+
### License
|
71 |
+
|
72 |
+
This dataset is dedicated to the public domain under the Creative Commons Zero (CC0) license. This means you can:
|
73 |
+
|
74 |
+
* Use it for any purpose, including commercial projects.
|
75 |
+
* Modify it however you like.
|
76 |
+
* Distribute it without asking permission.
|
77 |
+
|
78 |
+
No attribution is required, but it's always appreciated!
|
79 |
+
|
80 |
+
CC0 license: https://creativecommons.org/publicdomain/zero/1.0/deed.en
|
81 |
+
|
82 |
+
To learn more about CC0, visit the Creative Commons website: https://creativecommons.org/publicdomain/zero/1.0/
|
83 |
+
|
84 |
+
### Dataset Curators
|
85 |
+
|
86 |
+
- [nyuuzyou](https://ducks.party)
|
archive_index.jsonl.zst
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:c4149917f303794629adb007dea6940f4ae42f7b2ea4465b1703a85574c3a0d9
|
3 |
+
size 414615
|
img/rule34lol_0000.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9374e109782c1363aea0f9fd5fd1aa0a3c3d3d866f5d1a690a73066862015c5a
|
3 |
+
size 1314947182
|
img/rule34lol_0001.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ab1cfc1ddb6740a8cf46c814292843b810797ea03bf9e59aa5e6ca9d84e05a30
|
3 |
+
size 1315893090
|
img/rule34lol_0002.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ccb1b1baaf63e67827d0e33af202fed530eaf77e6042c5c156625aedecca8c18
|
3 |
+
size 956802643
|
img/rule34lol_0003.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:37971c0b73cd90cf833e704925d936b067ffcd8e838e0c1f9d0fd976cba1a02c
|
3 |
+
size 777832178
|
img/rule34lol_0004.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f20d003e8c0bb44e92eeca5ab1d0ebad83f127a697ea7452b902870ab3249da7
|
3 |
+
size 2088531815
|
img/rule34lol_0005.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:e5945bbfe6eb92e9509c5bf00af69d8159da8950c74103783b16a29d393ddcb0
|
3 |
+
size 2791543763
|
img/rule34lol_0006.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2d483f1382a85925514a878979ce5d35a3516649df21698b21e52e8b17d75506
|
3 |
+
size 2567416992
|
img/rule34lol_0007.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:db5dd5a33ca61b3c29bbea635aecd1bccc263fc1951ce1aa22c54f623796e5d0
|
3 |
+
size 2021441312
|
img/rule34lol_0008.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:b5eafee17975fb9f940ce98ca1bcabeb42a3ce8580b7756f91563f304f3aacfb
|
3 |
+
size 1935348922
|
img/rule34lol_0009.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:34f7160ceae28a6ef5d2b133c0dc8c631255a0a5b8f2d7e0150a9761ed3e43ee
|
3 |
+
size 1259593524
|
img/rule34lol_0010.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d1fe633f237a9fd4651cfcf4f49b510f90639aca4f69a6929b43a6f51d508bcf
|
3 |
+
size 1565202766
|
img/rule34lol_0011.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:d755ab3014e116a7a381b024011aa1321072e0707a4f63f37115a02521dc80c7
|
3 |
+
size 1267511789
|
img/rule34lol_0012.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:32e1dbc444b73a39930b0823eba7386c452b02973c8c82f94191b20e1e43d9bd
|
3 |
+
size 1235460295
|
img/rule34lol_0013.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:7098f09f805c136682af0b960945342948c1530e8e70616a5c1d9eee72b36f37
|
3 |
+
size 1522696774
|
img/rule34lol_0014.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2e2a9a8f9e17f4a8ca019a5d32c7d31eb823ccc0c30065527ed4788bc76d56b2
|
3 |
+
size 1502025437
|
img/rule34lol_0015.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ec398d09834f28e7790afdf9a5ff858b14e869457c1cd519ef2a2aa700cdc9e7
|
3 |
+
size 1558773329
|
img/rule34lol_0016.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0e416d973c080e5a5cbc1c88de57f007e5eaf4742eb6537eabb10b3b198ead82
|
3 |
+
size 1617985419
|
img/rule34lol_0017.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:52b2d744ec80aed2015d7bb9117db96a9d7a3c994920603a69b6701dcc095805
|
3 |
+
size 2010397477
|
img/rule34lol_0018.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f7373939a2c790aab93c140f6ac9b1c7670a246a04bd48649e42afc568e528f7
|
3 |
+
size 2004996920
|
img/rule34lol_0019.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:504a0cc3c2e9881f16ba0a27f829703b8636d3cad5f2dde85b4a2be65751e062
|
3 |
+
size 1675449533
|
img/rule34lol_0020.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:805518238950b7e3df576a9dee42c1923d24c241f74091b634a67a1e064fbb23
|
3 |
+
size 954166150
|
img/rule34lol_0021.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ea33e738dd5a7d1477ba75a9f416e93aa11d1e9e2333cdc51f478191ee8b1b95
|
3 |
+
size 625633732
|
img/rule34lol_0022.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:edc31c2da3576441802e6817be7738e1a55f84b4d269345dd4ff03f89119f8b4
|
3 |
+
size 707446791
|
img/rule34lol_0023.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:2616d3317d483e68ef8c99993fc483dfc1f60c0b44e1c178817fa1a14653a7ba
|
3 |
+
size 1226697990
|
img/rule34lol_0024.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:33bc1f390386b1391facf26e807a6928595f676590f504b4dd317cc8b325c427
|
3 |
+
size 1326589857
|
img/rule34lol_0025.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:9fe19a35ce3f9fb007c90f308194e4e869174242a459cef40588bc8a7916bc5e
|
3 |
+
size 1436238935
|
img/rule34lol_0026.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:97c1bd7e570677144fee07f2448d320ff58216fbc66bad432759bb8f479bb47b
|
3 |
+
size 1281202984
|
img/rule34lol_0027.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0feebdb5929af017dae47f8d1fd7543d2963896f9734b0905039211d9da31228
|
3 |
+
size 1320191299
|
img/rule34lol_0028.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f3d273dcdf00a5624b5fe662a2a798edc5448fd2d74a48d2f36280c078d5ab7c
|
3 |
+
size 1396260193
|
img/rule34lol_0029.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:f26df60ef617e0fa1479161fdacb50633c82661d2792505e8672897be2abc253
|
3 |
+
size 1446070424
|
img/rule34lol_0030.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:79575d73026e06511bb20c68fcfa6913788ea4a0dd29ae6bc6f26ba4aa6f9afe
|
3 |
+
size 1376235031
|
img/rule34lol_0031.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:6dd550512f8e8ddc4f8f01aa495a947a6b71814b964bc0de52f3c5369d9327a7
|
3 |
+
size 1655404436
|
img/rule34lol_0032.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:206bdd79029c947d0e1b00767d93ce136974dd3871964a9d61010d5f7996e8c2
|
3 |
+
size 1311990586
|
img/rule34lol_0033.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:283145a873ef9f588a844a376df4ef4a2c11fd74234bada8433782904ae85cbe
|
3 |
+
size 1175073155
|
img/rule34lol_0034.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8009ffb01cb4026e3578162b5074a7c0c4ddfb66cbb07613919376b32e4a55b2
|
3 |
+
size 987328221
|
img/rule34lol_0035.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:4dac6b1f643ed13fd80278353c2f39388ebdd8d87d98f2f77acca05ce6fe4d52
|
3 |
+
size 1130657315
|
img/rule34lol_0036.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:66b0144a54426b02049047883e8f1ee7157796c826401e106b5bb47ef7554cee
|
3 |
+
size 1216130893
|
img/rule34lol_0037.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:807b0e2c0886293e0cfd910a258fce536c2d9a2d4b329d6d32d8189ac3a738c8
|
3 |
+
size 1135070070
|
img/rule34lol_0038.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0788dde5a77679aeb25d8e1f9546c7484066ec240b70c3c66074d5d6319c8c3d
|
3 |
+
size 1055489464
|
img/rule34lol_0039.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:89b9fb037d22476265b1cb4fc450f5c852729d8c0bfef4ff7de6cee7009b77cb
|
3 |
+
size 602532002
|
img/rule34lol_0040.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8f7232a7e54d703fc8c7f2e40ea01f92214384e4b67a96178fbdbd132aa1c109
|
3 |
+
size 713847941
|
img/rule34lol_0041.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:630cabfe7110ef0d6ce616453421d63df2eea61cd63f1ab77e613b7e2971192b
|
3 |
+
size 1096340467
|
img/rule34lol_0042.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:17e416a1255f15527dfa1c347a4eb31a513ae6c1cc13ca4a64efbfeea8fdbda5
|
3 |
+
size 1341671769
|
img/rule34lol_0043.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:ca99956fb6e4bbb14b4eeec1ab3d293595159307d1da8356bc15ae404505d56e
|
3 |
+
size 1570103864
|
img/rule34lol_0044.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:29fbe628a5dd48fceabe4cd47183a3b17bd1c41ac2c3582783ba6dcbb4a3661b
|
3 |
+
size 1745893888
|
img/rule34lol_0045.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:8d38571ffdf1ff91344dc0b7cfa091fcca59bb4585a4dc3bc767e03c27c89c71
|
3 |
+
size 1549775696
|
img/rule34lol_0046.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:519b7136851fc8ab79e6733b888d33a6d24502250ab089ed543f1471d80b00e4
|
3 |
+
size 1351959657
|
img/rule34lol_0047.zip
ADDED
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
1 |
+
version https://git-lfs.github.com/spec/v1
|
2 |
+
oid sha256:0b7279083d7ba1f0a6e9ab44de04af7db089465c48234ce53a16eeba043ea6e8
|
3 |
+
size 1363798331
|