YouTube Data API search not honoring publish after date

前端 未结 1 1113
梦谈多话
梦谈多话 2020-12-11 10:08

I have this query

    YouTube.Search.List search = youtube.search().list(\"id\");
    search.setOrder(\"viewCount\");
    search.setMaxResults(50);
    searc         


        
相关标签:
1条回答
  • 2020-12-11 10:53

    This issue is related to the following ones:

    • Order doesn't work when using youtube API v3;
    • publishedAfter parameter appears to be broken now;
    • Youtube Data API v3: Sort by date not working

    See also Google's issue #128673552, https://issuetracker.google.com/issues/128673552.

    0 讨论(0)
提交回复
热议问题