我目前正在練習用巴哈姆特的網頁抓資料
https://www.gamer.com.tw/
但是碰到的問題是我無法理解其網頁架構
舉例來說
我想要抓Android安裝榜
所以我開chrome並使用f12去對網頁資料
然後看到https://imgur.com/a/zCehUFB
知道class是"BA-ctag1now"
接著往上看到https://imgur.com/a/rR8Fy5j
知道class是"BA-ctag1"
然後往下看到https://imgur.com/a/nniibSr
知道class是"BA-cbox BA cbox5 BA mobilegamechart
然後往下看到https://imgur.com/a/itCK19J
知道class是"game"+遊戲名稱欄位是"p"
但如果我輸入https://pastebin.com/1fMz0ZCk
結果就會失敗
請問我該如何拆解巴哈姆特的網頁架構
還是我的程式本身也有哪裡錯了