sirin05137 / CSE364_Project

2 stars 0 forks source link

[Note] 포스터 imglink 없는 영화 id 들 #41

Open yuujinleee opened 3 years ago

yuujinleee commented 3 years ago

Img link 없는 movie ID 들

restservice/DataSeeder.java

image

IMG link missing for : 30,50,73,78,96,121,124,127,139,140,142,144,152,191,213,253,264,267,284,293,317,326,346,353,355,362,402,403,405,447,471,477,506,515,531,533,552,565,570,571,573,575,581,582,583,593,615,627,649,655,657,683,693,727,730,735,752,761,763,769,770,771,799,815,826,844,845,855,865,871,872,888,891,892,898,900,913,917,919,922,927,957,969,1001,1010,1013,1016,1024,1040,1058,1076,1083,1099,1107,1117,1118,1119,1121,1123,1128,1130,1142,1144,1149,1151,1156,1157,1164,1176,1189,1197,1201,1202,1211,1220,1223,1231,1241,1251,1261,1281,1285,1299,1319,1320,1327,1334,1337,1349,1351,1364,1368,1406,1413,1421,1423,1430,1450,1454,1474,1547,1554,1555,1559,1572,1616,1631,1642,1645,1664,1697,1706,1713,1738,1741,1749,1781,1789,1795,1815,1820,1868,1873,1892,1933,1938,1953,1976,1978,1988,2005,2010,2014,2030,2034,2044,2059,2063,2092,2111,2117,2124,2131,2139,2140,2148,2153,2172,2173,2175,2194,2213,2215,2225,2226,2227,2238,2239,2288,2299,2311,2313,2346,2365,2391,2420,2421,2451,2454,2455,2483,2484,2495,2510,2512,2544,2564,2571,2574,2575,2585,2588,2591,2602,2611,2614,2617,2629,2630,2633,2637,2638,2654,2658,2667,2673,2678,2688,2695,2696,2698,2705,2714,2732,2735,2739,2740,2742,2760,2762,2769,2780,2783,2790,2795,2801,2814,2845,2848,2851,2853,2868,2869,2879,2880,2897,2910,2922,2923,2931,2952,2960,3022,3028,3065,3080,3082,3084,3086,3095,3121,3123,3145,3148,3158,3164,3176,3177,3178,3189,3193,3202,3216,3227,3237,3241,3242,3257,3265,3266,3277,3279,3301,3309,3318,3320,3321,3325,3348,3350,3355,3368,3369,3376,3399,3416,3417,3421,3428,3470,3472,3488,3517,3558,3566,3567,3577,3583,3586,3592,3595,3602,3630,3645,3650,3652,3653,3654,3660,3664,3687,3698,3703,3713,3721,3730,3742,3746,3748,3759,3761,3762,3772,3787,3789,3796,3808,3817,3819,3842,3845,3849,3854,3860,3861,3867,3890,3892,3902,3904,3932,3933,3935,3936

yuujinleee commented 3 years ago

RecoRepository 구조 (List)

[
...(생략)
    {
        "movieid": "3901",
        "title": "Duets (2000)",
        "genre": "Comedy|Drama",
        "imdblink": "http://www.imdb.com/title/tt0134630",
        "imglink": "https://m.media-amazon.com/images/M/MV5BNTI3MDg5MDY0Ml5BMl5BanBnXkFtZTYwMTg1MDE3..jpg"
    },
    {
        "movieid": "3902",
        "title": "Goya in Bordeaux (Goya en Bodeos) (1999)",
        "genre": "Drama",
        "imdblink": "http://www.imdb.com/title/tt0210717",
        "imglink": "NO_IMG_LINK_FOUND"
    }
...(생략)
]