YouTube scraper - Python Ooperator help needed
I am trying to user a Python scraper to collect URL's from a YouTube channel. The Python process works when executing from terminal, but not when I use it inside of the Execute Python operator. My python is not the strongest so I would appreciate any direction in terms of where I am going wrong.
https://www.youtube.com/channel/UCrla0VcTLEhGb03wsosZ6SQ" / > <参数键= " column_separator " value = "、" / > This is generate data. In prod I use read from DB to get the data Save example data in a csv file and hand the file over to the next Python operator Read data from YouTube and return link output
0
Best Answer
-
MarcoBarradas Administrator, Employee, RapidMiner Certified Analyst, MemberPosts:271UnicornHi@Robi_Me:
I tried your code and it seems to work on my end after I installedhttps://anaconda.org/conda-forge/requests-htmlto my anaconda env.
1
Answers