From 1116db7177cef1e3743e9f978c4f86ac2f970628 Mon Sep 17 00:00:00 2001 From: PLUJA <64632615+pluja@users.noreply.github.com> Date: Sat, 12 Sep 2020 09:38:57 +0200 Subject: [PATCH] What is youtube_data --- youtube_data/README.md | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 youtube_data/README.md diff --git a/youtube_data/README.md b/youtube_data/README.md new file mode 100644 index 0000000..b5941d4 --- /dev/null +++ b/youtube_data/README.md @@ -0,0 +1,2 @@ +### Youtube_data +This is the module for extracting data from Youtube. It uses a scrapping method through the Youtube JSON headers. It aims to replace the Youtube-API and also my `youtube_search-fork` that I am using right now.