-
Notifications
You must be signed in to change notification settings - Fork 1
/
hindi-novels.json
92 lines (91 loc) · 2.39 KB
/
hindi-novels.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
{
"novels": [
{
"name": "Dhai Ghar",
"author": ["Giriraj Kishore"],
"writtenDate": "",
"writtenYear": "1990",
"language": "Hindi",
"publishingHouse": "",
"publishDate": "",
"publishYear": "",
"webLinks": [
"https://en.wikipedia.org/wiki/Giriraj_Kishore_(writer)",
"https://www.youtube.com/watch?v=b1NuVygbmlo"
],
"rePrints": [],
"isTranslation": "No",
"coverImageLinks": {},
"authorImageLinks": {},
"genre": ["Historical", "Realistic"],
"tags": [
"The Knight's Move",
"Rajput",
"Artamonov Business",
"India",
"Family Saga",
"British"
],
"awards": {},
"otherAttributes": {},
"original": {
"id": "",
"language": ""
}
},
{
"name": "Raag Darbari",
"author": ["Sri Lal Sukla"],
"writtenDate": "",
"writtenYear": "",
"language": "Hindi",
"publishingHouse": "Rajkamal Prakashan",
"publishDate": "",
"publishYear": "1968",
"webLinks": [
"https://en.wikipedia.org/wiki/Raag_Darbari_(novel)",
"https://en.wikipedia.org/wiki/Shrilal_Shukla",
"https://www.newindianexpress.com/lifestyle/books/2012/sep/23/raag-darbari-the-chronicle-of-power-and-politics-retold-408698.html",
"https://www.amazon.com/Raag-Darbari-Shrilal-Shukla/dp/0143418890",
"https://rajkamalprakashan.com/rag-darbari.html",
"https://books.google.com/books?id=vRnapPI9LRkC&printsec=frontcover&source=gbs_ge_summary_r&cad=0#v=onepage&q&f=false"
],
"rePrints": [],
"isTranslation": "No",
"coverImageLinks": {},
"authorImageLinks": {},
"genre": ["Satire", "Political"],
"tags": [
"Indian Society",
"Post Independence",
"Corruption",
"Politics",
"Government",
"Democracy"
],
"awards": [
{
"name": "Sahitya Academy",
"year": 1969
}
],
"otherAttributes": [],
"original": {
"id": "",
"language": ""
},
"translations": [
{
"name": "Raag Darbari",
"author": "Gilian Wright",
"language": "english"
},
{
"name": "Dharbaari Raagam",
"author": "Saraswathi Ramnath",
"language": "tamil"
}
]
}
]
}