开发者

Read tables (content) from Wikipedia using C# [closed]

Closed. This question needs to be more focused. It is not currently accepting answers.

Want to improve this question? Update the question so it focuses on one problem only by editing this post.

开发者_JAVA技巧

Closed 5 years ago.

Improve this question

I want to read the episode table of each season of a TV show. How can I get the data out of the wikipedia tables using C#? I want to keep my program slim and if possible don't want to use any further dll's or stuff.


Don't reinvent the wheel; Wikipedia has an API.


You must use WebRequest class to get whole page html and then use linq to extract the tag with class "wikitable"....

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜