티스토리 뷰

내가 올바르게 이해하면 다음을 찾고 있습니다 response.url.

def parse_item(self, response):
    item = MovieNotifyItem()
        item['url'] = response.url  # "url" field should be defined for "MovieNotifyItem" Item class
            # ...
                yield item
                


출처
https://stackoverflow.com/questions/39940118
댓글
공지사항
Total
Today
Yesterday
«   2025/08   »
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