P
P
Pavel2017-12-06 00:24:09
Python
Pavel, 2017-12-06 00:24:09

Parsing in Python?

Is it possible to parse a site and get music from it? If so, by what method.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
A
Andrey Burov, 2017-12-06
@BuriK666

www.secdev.org/projects/scapy
https://habrahabr.ru/post/249563/

A
Alexander, 2017-12-06
@sanya84

Install Libraries

pip install requests # для подключения к сайту
pip install lxml
pip install cssselect
pip install bs4
#На базе остальных собирайте свой парсер

And look at the examples on the Internet for these libraries.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question