Python を使用してビデオの高評価または低評価の数を取得するにはどうすればよいですか?
entry.rating 要素には次のように表示されます。
<ns0:rating xmlns:ns0="http://schemas.google.com/g/2005" average="4.936976" max="5" min="1" numRaters="101501" rel="http://schemas.google.com/g/2005#overall" />
developers.google.comによると、これは非推奨の要素です
<gd:rating>
しかし、新しい要素の使い方がわかりません
<yt:rating>.
誰かが私を助けることができますか?
ありがとうございました。