0

I got a HTML-document and I want to extract every single URL of a video-file. Whats the best way to do this, since there are different HTML-versions and different possibilities to embed a video-file into a HTML-document. For this purpose I'd use the Html Agility Pack (c#).

user1826831
  • 735
  • 3
  • 9
  • 17

1 Answers1

-1

You should parse the html with a regular expression for getting the video URL's.

Klevis Miho
  • 851
  • 8
  • 15