Hacker News new | ask | show | jobs
by akerro 2054 days ago
youtube-dl supports like 600+ websites, not just youtube
1 comments

`youtube-dl --list-extractors|wc -l`

1163

That's slightly misleading, as it includes stuff like this (just an excerpt, many more options are included)

  youtube
  youtube:search
  youtube:search:date
A more accurate version might be: `youtube-dl --list-extractors | grep -v : | wc -l`

920

1163 is 600+
For me 600+ implies something between 600 and 700. Not almost two times the original number.
Would you apply for a job posting at $600+ per month?