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: v11.8.0
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: v11.9.0
Choose a head ref
  • 10 commits
  • 16 files changed
  • 7 contributors

Commits on Mar 23, 2020

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

Commits on Apr 7, 2020

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

Commits on Jun 2, 2020

  1. Update README.md

    python273 authored Jun 2, 2020
    Configuration menu
    Copy the full SHA
    ae6584d View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2020

  1. Configuration menu
    Copy the full SHA
    b5e0a11 View commit details
    Browse the repository at this point in the history
  2. Изменение VkAudio в соотвествии с изменениями на стороне ВК (#340)

    * Измениние VkAudio в соотвествии с изменениями на стороне ВК
    
    * Добавлена обработка ситуации, когда data_audio[13] имеет 6 элементов, вместо 3
    
    * В вывозы функций scrap_data из класса VkAudio передается аргумент VkAudio.convert_m3u8_links
    Восстановлена работа функции VkAudio.get_audio_by_id
    
    * В словарь с информацией о треке добавлен ключ, содержащий список ссылок на обложну трека (пустую строку, если обложек нет).
    
    * Fixed TypeError
    
    * Отключена отправка плейлистов из поста из-за ненадобности.
    
    * Увеличение значения TRACKS_PER_USER_PAGE до 100, так как при значении 50 дублировались аудиозаписи, если у пользователя их больше 50
    
    * Методы класса (кроме get_albums_iter, get_audio_by_id и get_post_audio) 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
    Была добавлена проверка наличия всех необходимых хэшей аудиозаписей.
    
    * Исправлено некорректное поведение метода get_iter класса VkAudio, если у пользователя более 2000 аудиозаписей.
    Функция scrap_tracks теперь генератор, поскольку при большом количестве аудиозаписей она задерживала вывод результатов.
    
    * Добавлен метод для получения обновлений друзей.
    Метод get_audio_by_id возвращает полную информацию об аудиозаписи.
    
    * Функции get_popular_iter и get_news_iter для рекомендаций вк (#1)
    
    * first commit lol
    +функции get_popular_iter(), get_news_iter()( популярные и новинки)
    +оффсеты для search_iter(), get_popular_iter(), get_news_iter()
    +защита от пустого response 'playlist' в search_iter()
    
    * Уменьшил обьем кода для оффсетов
    
    * Исправлен способ получения популярных и новинок
    
    * typo fixes
    
    * Имя секции recoms было изменено на explore
    
    Co-authored-by: dashedman <[email protected]>
    qwertyadrian and dashedman authored Sep 11, 2020
    Configuration menu
    Copy the full SHA
    613e721 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    047838f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54ba807 View commit details
    Browse the repository at this point in the history
  5. Drop Python 2 support

    python273 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    1d24cbe View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3862261 View commit details
    Browse the repository at this point in the history
  7. Update version to 11.9.0

    python273 committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    e7dce49 View commit details
    Browse the repository at this point in the history
Loading