Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: python273/vk_api
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: python273/vk_api
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: dashedman-master
Choose a head ref
  • 19 commits
  • 1 file changed
  • 4 contributors

Commits on Feb 13, 2020

  1. Configuration menu
    Copy the full SHA
    abc60bc View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    0e30675 View commit details
    Browse the repository at this point in the history
  2. В вывозы функций scrap_data из класса VkAudio передается аргумент VkA…

    …udio.convert_m3u8_links
    
    Восстановлена работа функции VkAudio.get_audio_by_id
    qwertyadrian committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    7b9bbe4 View commit details
    Browse the repository at this point in the history
  3. В словарь с информацией о треке добавлен ключ, содержащий список ссыл…

    …ок на обложну трека (пустую строку, если обложек нет).
    qwertyadrian committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    5ca54c2 View commit details
    Browse the repository at this point in the history
  4. Fixed TypeError

    qwertyadrian committed Feb 17, 2020
    Configuration menu
    Copy the full SHA
    3f3a52a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    62d2514 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2020

  1. Увеличение значения TRACKS_PER_USER_PAGE до 100, так как при значении…

    … 50 дублировались аудиозаписи, если у пользователя их больше 50
    qwertyadrian committed Mar 9, 2020
    Configuration menu
    Copy the full SHA
    be2f78f View commit details
    Browse the repository at this point in the history

Commits on Jul 5, 2020

  1. Методы класса (кроме get_albums_iter, get_audio_by_id и get_post_audi…

    …o) VkAudio переписаны с использованием PHP бэкэнда - al_audio.php
    
    Метод search_iter больше не принимает параметр offset, поскольку "акт" (метод) section из al_audio.php не поддерживает смещение. Для получения подгрзуки результатов поиска используется метод load_catalog_section.
    Параметр count метода search был увеличен с 50 до 100.
    Функция scrap_data была разделена на три функции: scrap_ids, scrap_ids_from_html и scrap_tracks
    Была добавлена проверка наличия всех необходимых хэшей аудиозаписей.
    qwertyadrian committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    775e9ec View commit details
    Browse the repository at this point in the history
  2. Исправлено некорректное поведение метода get_iter класса VkAudio, есл…

    …и у пользователя более 2000 аудиозаписей.
    
    Функция scrap_tracks теперь генератор, поскольку при большом количестве аудиозаписей она задерживала вывод результатов.
    qwertyadrian committed Jul 5, 2020
    Configuration menu
    Copy the full SHA
    523b105 View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. Добавлен метод для получения обновлений друзей.

    Метод get_audio_by_id возвращает полную информацию об аудиозаписи.
    qwertyadrian committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    3957e58 View commit details
    Browse the repository at this point in the history
  2. first commit lol

    +функции get_popular_iter(), get_news_iter()( популярные и новинки)
    +оффсеты для search_iter(), get_popular_iter(), get_news_iter()
    +защита от пустого response 'playlist' в search_iter()
    dashedman committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    6ac9002 View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2020

  1. Произошел ушиб очка

    Уменьшил обьем кода для оффсетов
    dashedman committed Jul 7, 2020
    Configuration menu
    Copy the full SHA
    47a8250 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2cbff3d View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2020

  1. Configuration menu
    Copy the full SHA
    cef0c7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    57bebc6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da65def View commit details
    Browse the repository at this point in the history

Commits on May 3, 2021

  1. Configuration menu
    Copy the full SHA
    509fac5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    493207e View commit details
    Browse the repository at this point in the history
  3. Clean audio.py

    python273 committed May 3, 2021
    Configuration menu
    Copy the full SHA
    b5d582d View commit details
    Browse the repository at this point in the history
Loading