Skip to content

hphuoclam/php-get-podcast-audio-url

Repository files navigation

For spotify we need "Client ID", "Client Secret", "CallBack Url" for get all podcast. Please add all info same .env.example file

Input: url

Output: Array of podcast url, ['url', ...]

Test cases:

Install & Run Project:

  • Clone project:

git clone https://github.com/hphuoclam/php-get-podcast-audio-url.git

  • Cd to project:

cd /php-get-podcast-audio-url

  • copy .env.example to .env:

sudo cp .env.example .env

  • Install composer:

composer install

sudo apt update sudo apt install php-tidy

  • start php serve with port 5000

php -S localhst:5000

Testing Video

https://drive.google.com/file/d/1MneJKhsYtfW2ILzCXh8nPOotwy9-poZf/view?usp=sharing# php-audio-url

php-audio-url