Skip to content

Commit d37e432

Browse files
committed
fix: mention the video is outdated, but explain it's still valuable
Address #1013 (comment)
1 parent 5e27a2b commit d37e432

File tree

1 file changed

+1
-1
lines changed
  • sources/academy/webscraping/anti_scraping

1 file changed

+1
-1
lines changed

sources/academy/webscraping/anti_scraping/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ A common workflow of a website after it has detected a bot goes as follows:
9393

9494
One thing to keep in mind while navigating through this course is that advanced scraping methods are able to identify non-humans not only by one value (such as a single header value, or IP address), but are able to identify them through more complex things such as header combinations.
9595

96-
A conference talk by [Ondra Urban](https://github.com/mnmkng) will guide you through various anti-scraping measures and how to get around them.
96+
Watch a conference talk by [Ondra Urban](https://github.com/mnmkng), which provides an overview of various anti-scraping measures and tactics for circumventing them. Although the talk, given in 2021, features some outdated code examples, it still serves well as a general overview.
9797

9898
<iframe width="560" height="315" src="https://www.youtube-nocookie.com/embed/aXil0K-M-Vs" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
9999

0 commit comments

Comments
 (0)