๐Ÿ“ฆโž”๐Ÿฆ‹ Store and retrieve files on the Atmosphere
35
fork

Configure Feed

Select the types of activity you want to include in your feed.

resolve: fix PDS name not being scraped

Ducky 4c5e998d eb7f78a4

+1 -2
+1 -2
src/shared/util.sh
··· 680 680 pds_name="Bridgy Fed" 681 681 pds_emoji="๐Ÿ”€" 682 682 else 683 - # BUG: This doesn't seem to work anymore? 684 683 pds_oauth_url="$pds/oauth/authorize" 685 - pds_oauth_page="$(curl -H "User-Agent: $(atfile.util.get_uas)" -s -L -X GET "$pds_oauth_url")" 684 + pds_oauth_page="$(curl -H "User-Agent: $(atfile.util.get_uas)" -s -L -X GET "$pds_oauth_url" | tr -d '\n')" 686 685 pds_customization_data="$(echo "$pds_oauth_page" | sed -s s/.*_customizationData\"]=//g | sed -s s/\;document\.currentScript\.remove.*//g)" 687 686 688 687 if [[ $pds_customization_data == "{"* ]]; then